Package org.eclipse.emf.mwe.core
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 Summary
FieldsFields inherited from interface org.eclipse.equinox.app.IApplication
EXIT_OK, EXIT_RELAUNCH, EXIT_RESTART
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
KEY_APPL_ARGS
- See Also:
-
-
Constructor Details
-
WorkflowRunnerApplication
public WorkflowRunnerApplication()
-
-
Method Details
-
start
- Specified by:
start
in interfaceorg.eclipse.equinox.app.IApplication
- Throws:
Exception
-
stop
public void stop()- Specified by:
stop
in interfaceorg.eclipse.equinox.app.IApplication
-