Class CommandCLI

    • Field Detail

      • logger

        public static org.slf4j.Logger logger
    • Constructor Detail

      • CommandCLI

        public CommandCLI​(java.lang.String name,
                          java.lang.String description,
                          CLI parent)
    • Method Detail

      • createOptions

        public void createOptions()
      • execute

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

        public void execute​(org.apache.commons.cli.CommandLine cmd)
                     throws java.lang.Exception
        Throws:
        java.lang.Exception