Package org.incenp.obofoundry.kgcl.robot
Class MintCommand
java.lang.Object
org.incenp.obofoundry.kgcl.robot.MintCommand
- All Implemented Interfaces:
org.obolibrary.robot.Command
-
Field Summary
Fields inherited from interface org.obolibrary.robot.Command
global, missingFileError -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
MintCommand
public MintCommand()
-
-
Method Details
-
getName
- Specified by:
getNamein interfaceorg.obolibrary.robot.Command
-
getDescription
- Specified by:
getDescriptionin interfaceorg.obolibrary.robot.Command
-
getUsage
- Specified by:
getUsagein interfaceorg.obolibrary.robot.Command
-
getOptions
public org.apache.commons.cli.Options getOptions()- Specified by:
getOptionsin interfaceorg.obolibrary.robot.Command
-
main
- Specified by:
mainin interfaceorg.obolibrary.robot.Command
-
execute
public org.obolibrary.robot.CommandState execute(org.obolibrary.robot.CommandState state, String[] args) throws Exception - Specified by:
executein interfaceorg.obolibrary.robot.Command- Throws:
Exception
-