org.eclipse.gmt.modisco.workflow.actions
Class MoDiscoWorkflowDelegate

java.lang.Object
  extended by 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

Constructor Summary
MoDiscoWorkflowDelegate()
          Deprecated.  
 
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
 

Constructor Detail

MoDiscoWorkflowDelegate

public MoDiscoWorkflowDelegate()
Deprecated. 
Method Detail

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 MoDiscoWorkflow
mode - The mode
launch -
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)