Package com.netscape.cmstools.system
Class KRAConnectorAddCLI
- java.lang.Object
-
- com.netscape.cmstools.cli.CLI
-
- com.netscape.cmstools.system.KRAConnectorAddCLI
-
public class KRAConnectorAddCLI extends CLI
- Author:
- Ade Lee
-
-
Field Summary
Fields Modifier and Type Field Description KRAConnectorCLI
kraConnectorCLI
-
Constructor Summary
Constructors Constructor Description KRAConnectorAddCLI(KRAConnectorCLI kraConnectorCLI)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
createOptions()
void
execute(java.lang.String[] args)
void
printHelp()
-
Methods inherited from class com.netscape.cmstools.cli.CLI
addModule, findModule, findModules, getClient, getClient, getConfig, getDeprecatedModules, getDescription, getFullModuleName, getFullName, getManPage, getModule, getModules, getName, getParent, isDeprecated, isVerbose, removeModule, runExternal, runExternal, setDescription, setName, setVerbose
-
-
-
-
Field Detail
-
kraConnectorCLI
public KRAConnectorCLI kraConnectorCLI
-
-
Constructor Detail
-
KRAConnectorAddCLI
public KRAConnectorAddCLI(KRAConnectorCLI kraConnectorCLI)
-
-