Class ConnectorCLI
- java.lang.Object
-
- org.dogtagpki.cli.CLI
-
- com.netscape.cmstools.tps.connector.ConnectorCLI
-
public class ConnectorCLI extends CLI
- Author:
- Endi S. Dewata
-
-
Field Summary
Fields Modifier and Type Field Description ConnectorClient
connectorClient
static org.slf4j.Logger
logger
-
Constructor Summary
Constructors Constructor Description ConnectorCLI(CLI parent)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ConnectorClient
getConnectorClient()
static void
printConnectorData(ConnectorData connectorData, boolean showProperties)
-
Methods inherited from class org.dogtagpki.cli.CLI
addModule, addModule, execute, findModule, findModules, getClient, getClient, getConfig, getDescription, getFullModuleName, getFullName, getManPage, getModule, getModules, getName, getParent, getRoot, isDeprecated, printHelp, removeModule, runExternal, runExternal, setDescription, setName
-
-
-
-
Field Detail
-
logger
public static org.slf4j.Logger logger
-
connectorClient
public ConnectorClient connectorClient
-
-
Constructor Detail
-
ConnectorCLI
public ConnectorCLI(CLI parent)
-
-
Method Detail
-
getConnectorClient
public ConnectorClient getConnectorClient() throws java.lang.Exception
- Throws:
java.lang.Exception
-
printConnectorData
public static void printConnectorData(ConnectorData connectorData, boolean showProperties) throws java.io.IOException
- Throws:
java.io.IOException
-
-