Package com.netscape.cmstools.client
Class ClientCertFindCLI
- java.lang.Object
-
- org.dogtagpki.cli.CLI
-
- org.dogtagpki.cli.CommandCLI
-
- com.netscape.cmstools.client.ClientCertFindCLI
-
public class ClientCertFindCLI extends org.dogtagpki.cli.CommandCLI
- Author:
- Endi S. Dewata
-
-
Constructor Summary
Constructors Constructor Description ClientCertFindCLI(ClientCLI clientCLI)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
createOptions()
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
-
logger
public static org.slf4j.Logger logger
-
clientCLI
public ClientCLI clientCLI
-
-
Constructor Detail
-
ClientCertFindCLI
public ClientCertFindCLI(ClientCLI clientCLI)
-
-
Method Detail
-
printHelp
public void printHelp()
- Overrides:
printHelp
in classorg.dogtagpki.cli.CLI
-
createOptions
public void createOptions()
- Overrides:
createOptions
in classorg.dogtagpki.cli.CommandCLI
-
execute
public void execute(org.apache.commons.cli.CommandLine cmd) throws java.lang.Exception
- Overrides:
execute
in classorg.dogtagpki.cli.CommandCLI
- Throws:
java.lang.Exception
-
-