public interface ILaunchConfigurationDelegate
delegate
attribute
of a launchConfigurationType
extension.
This interface is intended to be implemented by clients.
ILaunchConfigurationType
,
ILaunchConfiguration
Modifier and Type | Method and Description |
---|---|
void |
launch(ILaunchConfiguration configuration,
String mode,
ILaunch launch,
IProgressMonitor monitor)
Launches the given configuration in the specified mode, contributing
debug targets and/or processes to the given launch object.
|
void launch(ILaunchConfiguration configuration, String mode, ILaunch launch, IProgressMonitor monitor) throws CoreException
configuration
- the configuration to launchmode
- the mode in which to launch, one of the mode constants
defined by ILaunchManager
-
RUN_MODE
or DEBUG_MODE
.monitor
- progress monitor, or null
launch
- the launch object to contribute processes and debug
targets toCoreException
- if launching failsGuidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.