Package com.netscape.cmstools.selftests
Class SelfTestCLI
- java.lang.Object
-
- org.dogtagpki.cli.CLI
-
- com.netscape.cmstools.selftests.SelfTestCLI
-
public class SelfTestCLI extends CLI
- Author:
- Endi S. Dewata
-
-
Field Summary
Fields Modifier and Type Field Description static org.slf4j.Logger
logger
SelfTestClient
selfTestClient
-
Constructor Summary
Constructors Constructor Description SelfTestCLI(CLI parent)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description SelfTestClient
getSelfTestClient()
static void
printSelfTestData(SelfTestData selfTestData)
-
Methods inherited from class org.dogtagpki.cli.CLI
addModule, addModule, execute, findModule, findModules, getClient, getClient, getConfig, getDescription, getFullModuleName, getFullName, getManPage, getModule, getModules, getName, getParent, getRoot, isDeprecated, printHelp, removeModule, runExternal, runExternal, setDescription, setName
-
-
-
-
Field Detail
-
logger
public static org.slf4j.Logger logger
-
selfTestClient
public SelfTestClient selfTestClient
-
-
Constructor Detail
-
SelfTestCLI
public SelfTestCLI(CLI parent)
-
-
Method Detail
-
getSelfTestClient
public SelfTestClient getSelfTestClient() throws java.lang.Exception
- Throws:
java.lang.Exception
-
printSelfTestData
public static void printSelfTestData(SelfTestData selfTestData) throws java.io.IOException
- Throws:
java.io.IOException
-
-