org.eclipse.gmt.modisco.workflow.actions
Class MoDiscoWorkflowDelegate
java.lang.Object
org.eclipse.gmt.modisco.workflow.actions.MoDiscoWorkflowDelegate
Deprecated.
@Deprecated
public class MoDiscoWorkflowDelegate
- extends java.lang.Object
This class defines the delegate to launch a configuration of MoDiscoWorkflow type.
- Author:
- Nicolas Payneau
Method Summary |
void |
launch(ILaunchConfiguration configuration,
java.lang.String mode,
ILaunch launch,
IProgressMonitor monitor)
Deprecated. To launch a MoDiscoWorkflow configuration |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MoDiscoWorkflowDelegate
public MoDiscoWorkflowDelegate()
- Deprecated.
launch
public void launch(ILaunchConfiguration configuration,
java.lang.String mode,
ILaunch launch,
IProgressMonitor monitor)
throws CoreException
- Deprecated.
- To launch a MoDiscoWorkflow configuration
- Parameters:
configuration
- The configuration of MoDiscoWorkflowmode
- The modelaunch
- monitor
-
- Throws:
CoreException
- See Also:
org.eclipse.debug.core.model.ILaunchConfigurationDelegate#launch(org.
eclipse.debug.core.ILaunchConfiguration, java.lang.String,
org.eclipse.debug.core.ILaunch, org.eclipse.core.runtime.IProgressMonitor)