Class CLITool.CLIParsedCLITool

    • Constructor Detail

      • CLIParsedCLITool

        public CLIParsedCLITool()
    • Method Detail

      • getOptions

        protected org.apache.commons.cli.Options getOptions()
      • getIndexRef

        protected IndexRef getIndexRef​(org.apache.commons.cli.CommandLine line)
      • help

        public java.lang.String help()
        Description copied from class: CLITool
        Return a long message about how to use this command
        Overrides:
        help in class CLITool
      • run

        public final int run​(java.lang.String[] args)
                      throws java.lang.Exception
        Specified by:
        run in class CLITool
        Throws:
        java.lang.Exception
      • run

        public abstract int run​(org.apache.commons.cli.CommandLine line)
                         throws java.lang.Exception
        Throws:
        java.lang.Exception