Class BrowserCommand

java.lang.Object
com.shaft.commandline.command.BrowserCommand
All Implemented Interfaces:
Callable<Integer>

public final class BrowserCommand extends Object implements Callable<Integer>
Curated browser shortcuts. Pure alias over call; requires a live session.
  • Constructor Details

    • BrowserCommand

      public BrowserCommand()
      Uses the real connection factory.
    • BrowserCommand

      public BrowserCommand(McpConnector factory)
      Parameters:
      factory - the connection factory
  • Method Details