Package com.netscape.cmstools.cli
Class HelpCLI
- java.lang.Object
-
- org.dogtagpki.cli.CLI
-
- org.dogtagpki.cli.CommandCLI
-
- com.netscape.cmstools.cli.HelpCLI
-
public class HelpCLI extends org.dogtagpki.cli.CommandCLI
- Author:
- Endi S. Dewata
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute(org.apache.commons.cli.CommandLine cmd)
java.lang.String
getFullName()
-
Methods inherited from class org.dogtagpki.cli.CLI
addModule, findModule, findModules, getClient, getClient, getConfig, getDescription, getFullModuleName, getManPage, getModule, getModules, getName, getParent, getRoot, isDeprecated, printCommands, printHelp, removeModule, runExternal, runExternal, setDescription, setName
-
-
-
-
Constructor Detail
-
HelpCLI
public HelpCLI(MainCLI parent)
-
-