Class ClientCLI
java.lang.Object
org.dogtagpki.cli.CLI
com.netscape.cmstools.client.ClientCLI
- Author:
- Endi S. Dewata
-
Field Summary
FieldsFields inherited from class CLI
client, description, formatter, logger, modules, name, options, parent, parser, verboseModifier and TypeFieldDescriptionstatic org.apache.commons.cli.HelpFormatterstatic org.slf4j.Loggerorg.apache.commons.cli.Optionsstatic org.apache.commons.cli.CommandLineParserstatic boolean -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidprintCertInfo(org.mozilla.jss.crypto.X509Certificate cert) Methods inherited from class CLI
addModule, addModule, execute, findModule, findModules, getClient, getClient, getConfig, getDescription, getFullModuleName, getModule, getModules, getName, getParent, getRoot, isDeprecated, printHelp, removeModule, runExternal, runExternal, setDescription, setNameModifier and TypeMethodDescriptionvoidvoidvoidfindModule(String command) Find the last module that handles the specified command.findModules(String command) Find the list of modules that handle the specified command.getFullModuleName(String moduleName) getName()getRoot()booleanvoidremoveModule(String name) voidrunExternal(String[] command) voidrunExternal(List<String> command) voidsetDescription(String description) void
-
Field Details
-
mainCLI
-
-
Constructor Details
-
ClientCLI
-
-
Method Details
-
getFullName
- Overrides:
getFullNamein classCLI
-
getManPage
- Overrides:
getManPagein classCLI
-
printCertInfo
public static void printCertInfo(org.mozilla.jss.crypto.X509Certificate cert)
-