Package com.netscape.cmstools.system
Class TPSConnectorCLI
- java.lang.Object
-
- com.netscape.cmstools.cli.CLI
-
- com.netscape.cmstools.system.TPSConnectorCLI
-
public class TPSConnectorCLI extends CLI
- Author:
- Ade Lee
-
-
Field Summary
Fields Modifier and Type Field Description TPSConnectorClient
tpsConnectorClient
-
Constructor Summary
Constructors Constructor Description TPSConnectorCLI(CLI parent)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getFullName()
TPSConnectorClient
getTPSConnectorClient()
static void
printConnectorInfo(TPSConnectorData data)
-
Methods inherited from class com.netscape.cmstools.cli.CLI
addModule, execute, findModule, findModules, getClient, getClient, getConfig, getDeprecatedModules, getDescription, getFullModuleName, getManPage, getModule, getModules, getName, getParent, isDeprecated, isVerbose, printHelp, removeModule, runExternal, runExternal, setDescription, setName, setVerbose
-
-
-
-
Field Detail
-
tpsConnectorClient
public TPSConnectorClient tpsConnectorClient
-
-
Constructor Detail
-
TPSConnectorCLI
public TPSConnectorCLI(CLI parent)
-
-
Method Detail
-
getFullName
public java.lang.String getFullName()
- Overrides:
getFullName
in classCLI
-
getTPSConnectorClient
public TPSConnectorClient getTPSConnectorClient() throws java.lang.Exception
- Throws:
java.lang.Exception
-
printConnectorInfo
public static void printConnectorInfo(TPSConnectorData data)
-
-