Package com.netscape.cmstools.cli
Class SubsystemCLI
- java.lang.Object
-
- com.netscape.cmstools.cli.CLI
-
- com.netscape.cmstools.cli.SubsystemCLI
-
-
Constructor Summary
Constructors Constructor Description SubsystemCLI(java.lang.String name, java.lang.String description, CLI parent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute(java.lang.String[] args)
Client
getClient(java.lang.String name)
java.lang.String
getFullName()
SubsystemClient
getSubsystemClient()
void
login()
void
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
-
-
-
-
Constructor Detail
-
SubsystemCLI
public SubsystemCLI(java.lang.String name, java.lang.String description, CLI parent)
-
-
Method Detail
-
getFullName
public java.lang.String getFullName()
- Overrides:
getFullName
in classCLI
-
getSubsystemClient
public SubsystemClient getSubsystemClient() throws java.lang.Exception
- Throws:
java.lang.Exception
-
login
public void login() throws java.lang.Exception
- Throws:
java.lang.Exception
-
logout
public void logout() throws java.lang.Exception
- Throws:
java.lang.Exception
-
getClient
public Client getClient(java.lang.String name) throws java.lang.Exception
-
-