Class LaunchMultiple
java.lang.Object
de.uka.ipd.sdq.workflow.launchconfig.multiple.LaunchMultiple
- All Implemented Interfaces:
ILaunchConfigurationDelegate
The Class LaunchMultiple.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
launch
(ILaunchConfiguration configuration, String mode, ILaunch launch, IProgressMonitor monitor) Load and execute the selected launch configurations.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
-
Constructor Details
-
LaunchMultiple
public LaunchMultiple()
-
-
Method Details
-
launch
public void launch(ILaunchConfiguration configuration, String mode, ILaunch launch, IProgressMonitor monitor) throws CoreException Load and execute the selected launch configurations.- Specified by:
launch
in interfaceILaunchConfigurationDelegate
- Parameters:
configuration
- the configurationmode
- the modelaunch
- the launchmonitor
- the monitor- Throws:
CoreException
- the core exception
-