Class RunScriptTool

java.lang.Object
com.powsybl.scripting.RunScriptTool
All Implemented Interfaces:
Tool

@AutoService(Tool.class) public class RunScriptTool extends Object implements Tool
Author:
Geoffroy Jamgotchian <geoffroy.jamgotchian at rte-france.com>
  • Field Details

  • Constructor Details

    • RunScriptTool

      public RunScriptTool()
  • Method Details

    • getCommand

      public Command getCommand()
      Description copied from interface: Tool
      Get the command of the tool.
      Specified by:
      getCommand in interface Tool
    • run

      public void run(org.apache.commons.cli.CommandLine line, ToolRunningContext context)
      Description copied from interface: Tool
      Run the tool.
      Specified by:
      run in interface Tool
      Parameters:
      line - the command line arguments
      context - tool execution context