Class GenericHelpCommand


  • public class GenericHelpCommand
    extends Command
    Author:
    Daniel Bernstein
    • Constructor Detail

      • GenericHelpCommand

        public GenericHelpCommand​(Map<String,​Command> commandMap)
    • Method Detail

      • createOptions

        protected org.apache.commons.cli.Options createOptions()
        Specified by:
        createOptions in class Command
      • executeImpl

        protected void executeImpl​(String[] args,
                                   org.apache.commons.cli.CommandLine cl)
        Specified by:
        executeImpl in class Command