Class FeatureCLI


  • public class FeatureCLI
    extends org.dogtagpki.cli.CLI
    • Field Summary

      Fields 
      Modifier and Type Field Description
      com.netscape.certsrv.system.FeatureClient featureClient  
      • Fields inherited from class org.dogtagpki.cli.CLI

        client, description, formatter, logger, modules, name, options, parent, parser, verbose
    • Constructor Summary

      Constructors 
      Constructor Description
      FeatureCLI​(org.dogtagpki.cli.CLI parent)  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.netscape.certsrv.system.FeatureClient getFeatureClient()  
      java.lang.String getFullName()  
      protected static void printFeature​(com.netscape.certsrv.system.Feature data)  
      • Methods inherited from class org.dogtagpki.cli.CLI

        addModule, execute, findModule, findModules, getClient, getClient, getConfig, getDescription, getFullModuleName, getManPage, getModule, getModules, getName, getParent, getRoot, isDeprecated, printCommands, printHelp, removeModule, runExternal, runExternal, setDescription, setName
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • featureClient

        public com.netscape.certsrv.system.FeatureClient featureClient
    • Constructor Detail

      • FeatureCLI

        public FeatureCLI​(org.dogtagpki.cli.CLI parent)
    • Method Detail

      • getFullName

        public java.lang.String getFullName()
        Overrides:
        getFullName in class org.dogtagpki.cli.CLI
      • getFeatureClient

        public com.netscape.certsrv.system.FeatureClient getFeatureClient()
                                                                   throws java.lang.Exception
        Throws:
        java.lang.Exception
      • printFeature

        protected static void printFeature​(com.netscape.certsrv.system.Feature data)