Class WorkflowRunnerApplication

java.lang.Object
org.eclipse.emf.mwe.core.WorkflowRunnerApplication
All Implemented Interfaces:
org.eclipse.equinox.app.IApplication

public class WorkflowRunnerApplication extends Object implements org.eclipse.equinox.app.IApplication
Eclipse Application wrapper for MWE WorkflowRunner. Application arguments are passed as-is to the workflow engine.
Since:
1.0.0-M4
Author:
Karsten Thoms - Initial contribution and API
  • Field Details

  • Constructor Details

    • WorkflowRunnerApplication

      public WorkflowRunnerApplication()
  • Method Details

    • start

      public Object start(org.eclipse.equinox.app.IApplicationContext context) 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