Package com.powsybl.security.tools
Class SecurityAnalysisTool
- java.lang.Object
-
- com.powsybl.security.tools.SecurityAnalysisTool
-
- All Implemented Interfaces:
Tool
@AutoService(Tool.class) public class SecurityAnalysisTool extends Object implements Tool
- Author:
- Geoffroy Jamgotchian
, Teofil Calin BANC
-
-
Constructor Summary
Constructors Constructor Description SecurityAnalysisTool()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Command
getCommand()
Get the command of the tool.void
run(org.apache.commons.cli.CommandLine line, ToolRunningContext context)
Run the tool.
-
-
-
Method Detail
-
getCommand
public Command getCommand()
Description copied from interface:Tool
Get the command of the tool.- Specified by:
getCommand
in interfaceTool
-
run
public void run(org.apache.commons.cli.CommandLine line, ToolRunningContext context) throws Exception
Description copied from interface:Tool
Run the tool.
-
-