Package com.netscape.cmstools.system
Class KRAConnectorCLI
- java.lang.Object
-
- com.netscape.cmstools.cli.CLI
-
- com.netscape.cmstools.system.KRAConnectorCLI
-
public class KRAConnectorCLI extends CLI
- Author:
- Ade Lee
-
-
Field Summary
Fields Modifier and Type Field Description KRAConnectorClient
kraConnectorClient
-
Constructor Summary
Constructors Constructor Description KRAConnectorCLI(CLI parent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getFullName()
KRAConnectorClient
getKRAConnectorClient()
-
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
-
kraConnectorClient
public KRAConnectorClient kraConnectorClient
-
-
Constructor Detail
-
KRAConnectorCLI
public KRAConnectorCLI(CLI parent)
-
-
Method Detail
-
getFullName
public java.lang.String getFullName()
- Overrides:
getFullName
in classCLI
-
getKRAConnectorClient
public KRAConnectorClient getKRAConnectorClient() throws java.lang.Exception
- Throws:
java.lang.Exception
-
-