Package com.netscape.cmstools.kra
Class KRACLI
- java.lang.Object
-
- com.netscape.cmstools.cli.CLI
-
- com.netscape.cmstools.cli.SubsystemCLI
-
- com.netscape.cmstools.kra.KRACLI
-
public class KRACLI extends SubsystemCLI
- Author:
- Endi S. Dewata
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SubsystemClient
getSubsystemClient()
-
Methods inherited from class com.netscape.cmstools.cli.SubsystemCLI
execute, getClient, getFullName, login, logout
-
Methods inherited from class com.netscape.cmstools.cli.CLI
addModule, findModule, findModules, getClient, getConfig, getDeprecatedModules, getDescription, getFullModuleName, getManPage, getModule, getModules, getName, getParent, isDeprecated, isVerbose, printHelp, removeModule, runExternal, runExternal, setDescription, setName, setVerbose
-
-
-
-
Field Detail
-
kraClient
public KRAClient kraClient
-
-
Constructor Detail
-
KRACLI
public KRACLI(CLI parent)
-
-
Method Detail
-
getSubsystemClient
public SubsystemClient getSubsystemClient() throws java.lang.Exception
- Overrides:
getSubsystemClient
in classSubsystemCLI
- Throws:
java.lang.Exception
-
-