Class ToolBase

    • Field Detail

      • verbose

        protected boolean verbose
    • Constructor Detail

      • ToolBase

        protected ToolBase()
    • Method Detail

      • echoIfVerbose

        protected void echoIfVerbose​(String msg,
                                     org.apache.commons.cli.CommandLine cli)
      • echo

        protected void echo​(String msg)
      • runTool

        public int runTool​(org.apache.commons.cli.CommandLine cli)
                    throws Exception
        Specified by:
        runTool in interface Tool
        Throws:
        Exception
      • runImpl

        public abstract void runImpl​(org.apache.commons.cli.CommandLine cli)
                              throws Exception
        Throws:
        Exception