Package com.netscape.cmstools.config
Class ConfigCLI
- java.lang.Object
-
- org.dogtagpki.cli.CLI
-
- com.netscape.cmstools.config.ConfigCLI
-
- Direct Known Subclasses:
TPSConfigCLI
public class ConfigCLI extends CLI
- Author:
- Endi S. Dewata
-
-
Field Summary
Fields Modifier and Type Field Description ConfigClient
configClient
static org.slf4j.Logger
logger
-
Constructor Summary
Constructors Constructor Description ConfigCLI(SubsystemCLI subsystemCLI)
ConfigCLI(java.lang.String name, java.lang.String description, SubsystemCLI subsystemCLI)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ConfigClient
getConfigClient()
static void
printConfigData(ConfigData configData)
-
Methods inherited from class org.dogtagpki.cli.CLI
addModule, execute, findModule, findModules, getClient, getClient, getConfig, getDescription, getFullModuleName, getFullName, getManPage, getModule, getModules, getName, getParent, getRoot, isDeprecated, printCommands, printHelp, removeModule, runExternal, runExternal, setDescription, setName
-
-
-
-
Field Detail
-
logger
public static org.slf4j.Logger logger
-
configClient
public ConfigClient configClient
-
-
Constructor Detail
-
ConfigCLI
public ConfigCLI(java.lang.String name, java.lang.String description, SubsystemCLI subsystemCLI)
-
ConfigCLI
public ConfigCLI(SubsystemCLI subsystemCLI)
-
-
Method Detail
-
getConfigClient
public ConfigClient getConfigClient() throws java.lang.Exception
- Throws:
java.lang.Exception
-
printConfigData
public static void printConfigData(ConfigData configData) throws java.io.IOException
- Throws:
java.io.IOException
-
-