Package org.dogtagpki.server.cli
Class SubsystemDBUpgradeCLI
- java.lang.Object
-
- org.dogtagpki.cli.CLI
-
- org.dogtagpki.cli.CommandCLI
-
- org.dogtagpki.server.cli.SubsystemDBUpgradeCLI
-
- Direct Known Subclasses:
CADBUpgradeCLI
public class SubsystemDBUpgradeCLI extends org.dogtagpki.cli.CommandCLI
- Author:
- Endi S. Dewata
-
-
Field Summary
Fields Modifier and Type Field Description static org.slf4j.Logger
logger
-
Constructor Summary
Constructors Constructor Description SubsystemDBUpgradeCLI(java.lang.String name, java.lang.String description, org.dogtagpki.cli.CLI parent)
SubsystemDBUpgradeCLI(org.dogtagpki.cli.CLI parent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute(org.apache.commons.cli.CommandLine cmd)
void
upgrade(LDAPConfig ldapConfig, LdapBoundConnection conn)
-
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, printHelp, removeModule, runExternal, runExternal, setDescription, setName
-
-
-
-
Method Detail
-
execute
public void execute(org.apache.commons.cli.CommandLine cmd) throws java.lang.Exception
- Overrides:
execute
in classorg.dogtagpki.cli.CommandCLI
- Throws:
java.lang.Exception
-
upgrade
public void upgrade(LDAPConfig ldapConfig, LdapBoundConnection conn) throws java.lang.Exception
- Throws:
java.lang.Exception
-
-