Class CommandLineTool

    • Constructor Summary

      Constructors 
      Constructor Description
      CommandLineTool()  
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      abstract void run()
      Runs this tool.
      void start​(java.lang.String[] args)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CommandLineTool

        public CommandLineTool()
    • Method Detail

      • start

        public final void start​(java.lang.String[] args)
      • run

        public abstract void run()
        Runs this tool. This method is called by start(String[]). When this method is called it can be assumed that arguments have already been mapped to fields.