Package com.netscape.cmstools.feature
Class FeatureCLI
- java.lang.Object
-
- org.dogtagpki.cli.CLI
-
- com.netscape.cmstools.feature.FeatureCLI
-
public class FeatureCLI extends CLI
-
-
Field Summary
Fields Modifier and Type Field Description FeatureClient
featureClient
-
Constructor Summary
Constructors Constructor Description FeatureCLI(CLI parent)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description FeatureClient
getFeatureClient()
java.lang.String
getFullName()
protected static void
printFeature(Feature data)
-
Methods inherited from class org.dogtagpki.cli.CLI
addModule, addModule, execute, findModule, findModules, getClient, getClient, getConfig, getDescription, getFullModuleName, getManPage, getModule, getModules, getName, getParent, getRoot, isDeprecated, printHelp, removeModule, runExternal, runExternal, setDescription, setName
-
-
-
-
Field Detail
-
featureClient
public FeatureClient featureClient
-
-
Constructor Detail
-
FeatureCLI
public FeatureCLI(CLI parent)
-
-
Method Detail
-
getFullName
public java.lang.String getFullName()
- Overrides:
getFullName
in classCLI
-
getFeatureClient
public FeatureClient getFeatureClient() throws java.lang.Exception
- Throws:
java.lang.Exception
-
printFeature
protected static void printFeature(Feature data)
-
-