Class MintCommand

java.lang.Object
org.incenp.obofoundry.kgcl.robot.MintCommand
All Implemented Interfaces:
org.obolibrary.robot.Command

public class MintCommand extends Object implements org.obolibrary.robot.Command
  • Constructor Details

    • MintCommand

      public MintCommand()
  • Method Details

    • getName

      public String getName()
      Specified by:
      getName in interface org.obolibrary.robot.Command
    • getDescription

      public String getDescription()
      Specified by:
      getDescription in interface org.obolibrary.robot.Command
    • getUsage

      public String getUsage()
      Specified by:
      getUsage in interface org.obolibrary.robot.Command
    • getOptions

      public org.apache.commons.cli.Options getOptions()
      Specified by:
      getOptions in interface org.obolibrary.robot.Command
    • main

      public void main(String[] args)
      Specified by:
      main in interface org.obolibrary.robot.Command
    • execute

      public org.obolibrary.robot.CommandState execute(org.obolibrary.robot.CommandState state, String[] args) throws Exception
      Specified by:
      execute in interface org.obolibrary.robot.Command
      Throws:
      Exception