Class HelpCommand

java.lang.Object
PamController.command.ExtCommand
PamController.command.HelpCommand

public class HelpCommand extends ExtCommand
  • Constructor Details

  • Method Details

    • execute

      public String execute(String commandString)
      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.