| Constructor and Description |
|---|
SubsystemCLI(java.lang.String name,
java.lang.String description,
CLI parent) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(java.lang.String[] args) |
java.lang.String |
getFullName() |
void |
init() |
void |
login() |
void |
logout() |
addModule, findModule, findModules, getClient, getClient, getDeprecatedModules, getDescription, getFullModuleName, getManPage, getModule, getModules, getName, getParent, isDeprecated, isVerbose, printHelp, removeModule, setDescription, setName, setVerbosepublic SubsystemCLI(java.lang.String name,
java.lang.String description,
CLI parent)
public java.lang.String getFullName()
getFullName in class CLIpublic void init()
throws java.lang.Exception
java.lang.Exceptionpublic void login()
throws java.lang.Exception
java.lang.Exceptionpublic void logout()
throws java.lang.Exception
java.lang.Exception