Package com.netscape.cmstools.system
Class SecurityDomainJoinCLI
- java.lang.Object
-
- org.dogtagpki.cli.CLI
-
- org.dogtagpki.cli.CommandCLI
-
- com.netscape.cmstools.system.SecurityDomainJoinCLI
-
public class SecurityDomainJoinCLI extends CommandCLI
- Author:
- Endi S. Dewata
-
-
Field Summary
Fields Modifier and Type Field Description SecurityDomainCLIsecurityDomainCLI-
Fields inherited from class org.dogtagpki.cli.CommandCLI
logger
-
-
Constructor Summary
Constructors Constructor Description SecurityDomainJoinCLI(SecurityDomainCLI securityDomainCLI)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcreateOptions()voidexecute(org.apache.commons.cli.CommandLine cmd)voidprintHelp()-
Methods inherited from class org.dogtagpki.cli.CommandCLI
execute
-
Methods inherited from class org.dogtagpki.cli.CLI
addModule, findModule, findModules, getClient, getClient, getConfig, getDescription, getFullModuleName, getFullName, getManPage, getModule, getModules, getName, getParent, getRoot, isDeprecated, printCommands, removeModule, runExternal, runExternal, setDescription, setName
-
-
-
-
Field Detail
-
securityDomainCLI
public SecurityDomainCLI securityDomainCLI
-
-
Constructor Detail
-
SecurityDomainJoinCLI
public SecurityDomainJoinCLI(SecurityDomainCLI securityDomainCLI)
-
-
Method Detail
-
createOptions
public void createOptions()
- Overrides:
createOptionsin classCommandCLI
-
execute
public void execute(org.apache.commons.cli.CommandLine cmd) throws java.lang.Exception- Overrides:
executein classCommandCLI- Throws:
java.lang.Exception
-
-