Package com.netscape.cmstools.selftests
Class SelfTestRunCLI
- java.lang.Object
-
- com.netscape.cmstools.cli.CLI
-
- com.netscape.cmstools.selftests.SelfTestRunCLI
-
public class SelfTestRunCLI extends CLI
- Author:
- Endi S. Dewata
-
-
Field Summary
Fields Modifier and Type Field Description 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(java.lang.String[] args)
void
printHelp()
static void
printSelfTestResult(SelfTestResult result)
-
Methods inherited from class com.netscape.cmstools.cli.CLI
addModule, findModule, findModules, getClient, getClient, getConfig, getDeprecatedModules, getDescription, getFullModuleName, getFullName, getManPage, getModule, getModules, getName, getParent, isDeprecated, isVerbose, removeModule, runExternal, runExternal, setDescription, setName, setVerbose
-
-
-
-
Field Detail
-
selfTestCLI
public SelfTestCLI selfTestCLI
-
-
Constructor Detail
-
SelfTestRunCLI
public SelfTestRunCLI(SelfTestCLI selfTestCLI)
-
-
Method Detail
-
printSelfTestResult
public static void printSelfTestResult(SelfTestResult result)
-
-