Class ElementCommand

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

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

    • ElementCommand

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

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