Class SimulationWorkflowLauncher
- java.lang.Object
-
- de.uka.ipd.sdq.codegen.simucontroller.runconfig.SimulationWorkflowLauncher
-
- All Implemented Interfaces:
ILaunchConfigurationDelegate
- Direct Known Subclasses:
RerunSimuComWorkflowLauncher
public class SimulationWorkflowLauncher extends Object implements ILaunchConfigurationDelegate
-
-
Constructor Summary
Constructors Constructor Description SimulationWorkflowLauncher()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
launch(ILaunchConfiguration configuration, String mode, ILaunch launch, IProgressMonitor monitor)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.eclipse.debug.core.model.ILaunchConfigurationDelegate
showCommandLine
-
-
-
-
Method Detail
-
launch
public void launch(ILaunchConfiguration configuration, String mode, ILaunch launch, IProgressMonitor monitor) throws CoreException
- Specified by:
launch
in interfaceILaunchConfigurationDelegate
- Throws:
CoreException
-
-