java.lang.Object
com.powsybl.scripting.RunScriptTool
- All Implemented Interfaces:
com.powsybl.tools.Tool
@AutoService(com.powsybl.tools.Tool.class)
public class RunScriptTool
extends Object
implements com.powsybl.tools.Tool
- Author:
- Geoffroy Jamgotchian <geoffroy.jamgotchian at rte-france.com>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.powsybl.tools.Commandvoidrun(org.apache.commons.cli.CommandLine line, com.powsybl.tools.ToolRunningContext context)
-
Field Details
-
FILE
- See Also:
-
-
Constructor Details
-
RunScriptTool
public RunScriptTool()
-
-
Method Details
-
getCommand
public com.powsybl.tools.Command getCommand()- Specified by:
getCommandin interfacecom.powsybl.tools.Tool
-
run
public void run(org.apache.commons.cli.CommandLine line, com.powsybl.tools.ToolRunningContext context) - Specified by:
runin interfacecom.powsybl.tools.Tool
-