- java.lang.Object
-
- com.powsybl.scripting.RunScriptTool
-
- All Implemented Interfaces:
Tool
@AutoService(com.powsybl.tools.Tool.class) public class RunScriptTool extends Object implements Tool
- Author:
- Geoffroy Jamgotchian
-
-
Constructor Summary
Constructors Constructor Description RunScriptTool()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Command
getCommand()
void
run(org.apache.commons.cli.CommandLine line, ToolRunningContext context)
-
-
-
Field Detail
-
FILE
public static final String FILE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getCommand
public Command getCommand()
- Specified by:
getCommand
in interfaceTool
-
run
public void run(org.apache.commons.cli.CommandLine line, ToolRunningContext context)
-
-