Class GenericHelpCommand

java.lang.Object
org.duracloud.common.cli.Command
org.duracloud.common.cli.GenericHelpCommand

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

    • GenericHelpCommand

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

    • 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