Package com.netscape.cmstools.selftests
Class SelfTestRunCLI
- java.lang.Object
-
- org.dogtagpki.cli.CLI
-
- org.dogtagpki.cli.CommandCLI
-
- com.netscape.cmstools.selftests.SelfTestRunCLI
-
public class SelfTestRunCLI extends org.dogtagpki.cli.CommandCLI
- Author:
- Endi S. Dewata
-
-
Field Summary
Fields Modifier and Type Field Description static org.slf4j.Logger
logger
SelfTestCLI
selfTestCLI
-
Constructor Summary
Constructors Constructor Description SelfTestRunCLI(SelfTestCLI selfTestCLI)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute(org.apache.commons.cli.CommandLine cmd)
void
printHelp()
static void
printSelfTestResult(com.netscape.certsrv.selftests.SelfTestResult result)
-
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
-
selfTestCLI
public SelfTestCLI selfTestCLI
-
-
Constructor Detail
-
SelfTestRunCLI
public SelfTestRunCLI(SelfTestCLI selfTestCLI)
-
-
Method Detail
-
printHelp
public void printHelp()
- Overrides:
printHelp
in classorg.dogtagpki.cli.CLI
-
printSelfTestResult
public static void printSelfTestResult(com.netscape.certsrv.selftests.SelfTestResult result)
-
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
-
-