Interface Command

    • Method Detail

      • getName

        String getName()
        Get the name of this command.
        Returns:
        command name
      • getUsage

        String getUsage()
        Get command usage string.
        Returns:
        command usage string
      • getHelpSummary

        String getHelpSummary()
        Get summarized help (typically a single line).
        Returns:
        one line command summary
      • getHelpDetail

        String getHelpDetail()
        Get expanded help (typically multiple lines).
        Returns:
        detailed command description