Package com.netscape.cmstools.tks
Class TKSCLI
- java.lang.Object
-
- org.dogtagpki.cli.CLI
-
- com.netscape.cmstools.cli.SubsystemCLI
-
- com.netscape.cmstools.tks.TKSCLI
-
public class TKSCLI 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 org.dogtagpki.cli.CLI
addModule, findModule, findModules, getClient, getConfig, getDescription, getFullModuleName, getManPage, getModule, getModules, getName, getParent, getRoot, isDeprecated, printCommands, printHelp, removeModule, runExternal, runExternal, setDescription, setName
-
-
-
-
Field Detail
-
tksClient
public TKSClient tksClient
-
-
Constructor Detail
-
TKSCLI
public TKSCLI(MainCLI mainCLI)
-
-
Method Detail
-
getSubsystemClient
public SubsystemClient getSubsystemClient() throws java.lang.Exception
- Overrides:
getSubsystemClient
in classSubsystemCLI
- Throws:
java.lang.Exception
-
-