Class PKIServerCLI


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

      Fields 
      Modifier and Type Field Description
      static org.slf4j.Logger logger  
      • Fields inherited from class org.dogtagpki.cli.CLI

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

      Constructors 
      Constructor Description
      PKIServerCLI()  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void createOptions()  
      void execute​(java.lang.String[] args)  
      java.lang.String getFullModuleName​(java.lang.String moduleName)  
      static void main​(java.lang.String[] args)  
      void printHelp()  
      • Methods inherited from class org.dogtagpki.cli.CLI

        addModule, findModule, findModules, getClient, getClient, getConfig, getDescription, getFullName, getManPage, getModule, getModules, getName, getParent, getRoot, isDeprecated, printCommands, 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

      • logger

        public static org.slf4j.Logger logger
    • Constructor Detail

      • PKIServerCLI

        public PKIServerCLI()
                     throws java.lang.Exception
        Throws:
        java.lang.Exception
    • Method Detail

      • getFullModuleName

        public java.lang.String getFullModuleName​(java.lang.String moduleName)
        Overrides:
        getFullModuleName in class org.dogtagpki.cli.CLI
      • createOptions

        public void createOptions()
                           throws java.lang.Exception
        Throws:
        java.lang.Exception
      • printHelp

        public void printHelp()
        Overrides:
        printHelp in class org.dogtagpki.cli.CLI
      • execute

        public void execute​(java.lang.String[] args)
                     throws java.lang.Exception
        Overrides:
        execute in class org.dogtagpki.cli.CLI
        Throws:
        java.lang.Exception
      • main

        public static void main​(java.lang.String[] args)
                         throws java.lang.Exception
        Throws:
        java.lang.Exception