Package com.netscape.cmstools.system
Class KRAConnectorShowCLI
- java.lang.Object
-
- org.dogtagpki.cli.CLI
-
- org.dogtagpki.cli.CommandCLI
-
- com.netscape.cmstools.system.KRAConnectorShowCLI
-
public class KRAConnectorShowCLI extends org.dogtagpki.cli.CommandCLI
-
-
Field Summary
Fields Modifier and Type Field Description KRAConnectorCLI
kraConnectorCLI
-
Constructor Summary
Constructors Constructor Description KRAConnectorShowCLI(KRAConnectorCLI kraConnectorCLI)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute(org.apache.commons.cli.CommandLine cmd)
void
printHelp()
-
Methods inherited from class org.dogtagpki.cli.CLI
addModule, findModule, findModules, getClient, getClient, getConfig, getDescription, getFullModuleName, getFullName, getManPage, getModule, getModules, getName, getParent, getRoot, isDeprecated, printCommands, removeModule, runExternal, runExternal, setDescription, setName
-
-
-
-
Field Detail
-
kraConnectorCLI
public KRAConnectorCLI kraConnectorCLI
-
-
Constructor Detail
-
KRAConnectorShowCLI
public KRAConnectorShowCLI(KRAConnectorCLI kraConnectorCLI)
-
-