Interface CompileTool

    • Method Detail

      • run

        void run()
          throws Exception
        Which one should we use? run() or run(String args[]). We have to define setters for each arguments if we were to use run();
        Throws:
        Exception
      • run

        boolean run​(String[] args)
        run(String[] args) for now.