public class PythonCommand extends Object implements Command
global, missingFileError| Constructor and Description |
|---|
PythonCommand()
Initialize the command.
|
| Modifier and Type | Method and Description |
|---|---|
CommandState |
execute(CommandState state,
String[] args)
Runs ROBOT accessible via Python.
|
String |
getDescription()
Brief description of the command.
|
String |
getName()
Name of the command.
|
org.apache.commons.cli.Options |
getOptions()
Command-line options for the command.
|
String |
getUsage()
Command-line usage for the command.
|
void |
main(String[] args)
Handle the command-line and file operations for the ReasonOperation.
|
public String getName()
public String getDescription()
getDescription in interface Commandpublic String getUsage()
public org.apache.commons.cli.Options getOptions()
getOptions in interface Commandpublic void main(String[] args)
public CommandState execute(CommandState state, String[] args) throws Exception
Copyright © 2015–2020. All rights reserved.