Class ExitCommand

java.lang.Object
PamController.command.ExtCommand
PamController.command.ExitCommand

public class ExitCommand extends ExtCommand
Exits PAMGuard. Attempts to issue a stop command before exiting.
Author:
Doug Gillespie
  • Field Details

  • Constructor Details

    • ExitCommand

      public ExitCommand()
  • 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.
    • 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.