Package org.duracloud.common.cli
Class GenericHelpCommand
- java.lang.Object
-
- org.duracloud.common.cli.Command
-
- org.duracloud.common.cli.GenericHelpCommand
-
public class GenericHelpCommand extends Command
- Author:
- Daniel Bernstein
-
-
Constructor Summary
Constructors Constructor Description GenericHelpCommand(Map<String,Command> commandMap)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.apache.commons.cli.OptionscreateOptions()protected voidexecuteImpl(String[] args, org.apache.commons.cli.CommandLine cl)-
Methods inherited from class org.duracloud.common.cli.Command
execute, getCommandName, usage
-
-
-
-
Method Detail
-
createOptions
protected org.apache.commons.cli.Options createOptions()
- Specified by:
createOptionsin classCommand
-
executeImpl
protected void executeImpl(String[] args, org.apache.commons.cli.CommandLine cl)
- Specified by:
executeImplin classCommand
-
-