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 <geoffroy.jamgotchian at rte-france.com>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
run
(org.apache.commons.cli.CommandLine line, ToolRunningContext context)
-
Field Details
-
FILE
- See Also:
-
-
Constructor Details
-
RunScriptTool
public RunScriptTool()
-
-
Method Details
-
getCommand
- Specified by:
getCommand
in interfaceTool
-
run
-