Class RerunSimuComWorkflowLauncher
- java.lang.Object
-
- de.uka.ipd.sdq.codegen.simucontroller.runconfig.SimulationWorkflowLauncher
-
- de.uka.ipd.sdq.simucom.rerunsimulation.runconfig.RerunSimuComWorkflowLauncher
-
- All Implemented Interfaces:
ILaunchConfigurationDelegate
public class RerunSimuComWorkflowLauncher extends SimulationWorkflowLauncher
Starts the RerunSimulaionWorkflowLauncher instead of the workflow launcher that is started in the superclass
-
-
Constructor Summary
Constructors Constructor Description RerunSimuComWorkflowLauncher()
-
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
- Overrides:
launch
in classSimulationWorkflowLauncher
- Throws:
CoreException
-
-