Class JgPluginRunner

java.lang.Object
org.apache.uima.jcas.jcasgenp.JgPluginRunner
All Implemented Interfaces:
org.eclipse.equinox.app.IApplication

public class JgPluginRunner extends Object implements org.eclipse.equinox.app.IApplication
Class holds type plugin-wide collections and static methods. Also implements the runnable that is called to do the processing
  • Field Summary

    Fields inherited from interface org.eclipse.equinox.app.IApplication

    EXIT_OK, EXIT_RELAUNCH, EXIT_RESTART
  • Constructor Summary

    Constructors
    Constructor
    Description
    Instantiates a new jg plugin runner.
  • Method Summary

    Modifier and Type
    Method
    Description
    start(org.eclipse.equinox.app.IApplicationContext aContext)
     
    void
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • JgPluginRunner

      public JgPluginRunner()
      Instantiates a new jg plugin runner.
  • Method Details

    • start

      public Object start(org.eclipse.equinox.app.IApplicationContext aContext) throws Exception
      Specified by:
      start in interface org.eclipse.equinox.app.IApplication
      Throws:
      Exception
    • stop

      public void stop()
      Specified by:
      stop in interface org.eclipse.equinox.app.IApplication