Class SummaryCommand

java.lang.Object
PamController.command.ExtCommand
PamController.command.SummaryCommand
Direct Known Subclasses:
SummaryPeekCommand

public class SummaryCommand extends ExtCommand
Gets a summary string made up of strings from multiple modules.
Author:
Doug Gillespie
  • Constructor Details

    • SummaryCommand

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

      public String getModulesSummary(boolean clear)
    • 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.