Package com.netscape.cmstools.tps.cert
Class TPSCertCLI
- java.lang.Object
-
- com.netscape.cmstools.cli.CLI
-
- com.netscape.cmstools.tps.cert.TPSCertCLI
-
public class TPSCertCLI extends CLI
- Author:
- Endi S. Dewata
-
-
Field Summary
Fields Modifier and Type Field Description TPSCertClient
certClient
-
Constructor Summary
Constructors Constructor Description TPSCertCLI(CLI parent)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description TPSCertClient
getTPSCertClient()
static void
printCert(TPSCertData cert)
-
Methods inherited from class com.netscape.cmstools.cli.CLI
addModule, execute, findModule, findModules, getClient, getClient, getConfig, getDeprecatedModules, getDescription, getFullModuleName, getFullName, getManPage, getModule, getModules, getName, getParent, isDeprecated, isVerbose, printHelp, removeModule, runExternal, runExternal, setDescription, setName, setVerbose
-
-
-
-
Field Detail
-
certClient
public TPSCertClient certClient
-
-
Constructor Detail
-
TPSCertCLI
public TPSCertCLI(CLI parent)
-
-
Method Detail
-
getTPSCertClient
public TPSCertClient getTPSCertClient() throws java.lang.Exception
- Throws:
java.lang.Exception
-
printCert
public static void printCert(TPSCertData cert)
-
-