Package org.incenp.obofoundry.odk
Class ImportCommand
java.lang.Object
org.incenp.obofoundry.odk.BasePlugin
org.incenp.obofoundry.odk.ImportCommand
- All Implemented Interfaces:
org.obolibrary.robot.Command
A command to edit import declarations within an ontology.
-
Field Summary
Fields inherited from class org.incenp.obofoundry.odk.BasePlugin
ioHelper, options
Fields inherited from interface org.obolibrary.robot.Command
global, missingFileError
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
performOperation
(org.obolibrary.robot.CommandState state, org.apache.commons.cli.CommandLine line) Performs whatever operation the command is supposed to do.Methods inherited from class org.incenp.obofoundry.odk.BasePlugin
execute, getDescription, getIRI, getName, getOptions, getUsage, main
-
Constructor Details
-
ImportCommand
public ImportCommand()
-
-
Method Details
-
performOperation
public void performOperation(org.obolibrary.robot.CommandState state, org.apache.commons.cli.CommandLine line) throws Exception Description copied from class:BasePlugin
Performs whatever operation the command is supposed to do.- Specified by:
performOperation
in classBasePlugin
- Parameters:
state
- The internal state of ROBOT.line
- The command line used to invoke the command.- Throws:
Exception
- If any error occurs when attempting to execute the operation.
-