Class HelpCLI


  • public class HelpCLI
    extends org.dogtagpki.cli.CommandCLI
    Author:
    Endi S. Dewata
    • Field Summary

      • Fields inherited from class org.dogtagpki.cli.CommandCLI

        logger
      • Fields inherited from class org.dogtagpki.cli.CLI

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

      Constructors 
      Constructor Description
      HelpCLI​(MainCLI parent)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void execute​(org.apache.commons.cli.CommandLine cmd)  
      java.lang.String getFullName()  
      • Methods inherited from class org.dogtagpki.cli.CommandCLI

        createOptions, execute
      • Methods inherited from class org.dogtagpki.cli.CLI

        addModule, 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
    • Constructor Detail

      • HelpCLI

        public HelpCLI​(MainCLI parent)
    • Method Detail

      • getFullName

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

        public void execute​(org.apache.commons.cli.CommandLine cmd)
                     throws java.lang.Exception
        Overrides:
        execute in class org.dogtagpki.cli.CommandCLI
        Throws:
        java.lang.Exception