Interface Tool


  • public interface Tool
    Defines a runnable CLI tool.
    Author:
    Michele Mostarda (mostarda@fbk.eu)
    • Method Detail

      • run

        void run()
          throws Exception
        Runs the tool and retrieves the exit code.
        Throws:
        Exception - if there is an error running the tool.