Class StartCommand

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

public class StartCommand extends ExtCommand
  • Constructor Details

    • StartCommand

      public StartCommand()
  • Method Details

    • execute

      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

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

      public String getReturnString()
    • getHint

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