Class StartCommand

java.lang.Object
PamController.command.ExtCommand
PamController.command.StartCommand

public class StartCommand extends ExtCommand
  • Field Details Link icon

    • commandId Link icon

      public static String commandId
  • Constructor Details Link icon

    • StartCommand Link icon

      public StartCommand()
  • Method Details Link icon

    • execute Link icon

      public String execute(String command)
      Description copied from class: ExtCommand
      Execute the command
      Specified by:
      execute in class ExtCommand
      Returns:
      true if command executed correctly.
    • canExecute Link icon

      public boolean canExecute()
      Overrides:
      canExecute in class ExtCommand
      Returns:
      true if the command can be executed (may depend on PAMGuard status)
    • getReturnString Link icon

      public String getReturnString()
    • getHint Link icon

      public String getHint()
      Description copied from class: ExtCommand
      Get a hint text for the help command.
      Overrides:
      getHint in class ExtCommand
      Returns:
      hint text.