public class BeagleLaunchConfigurationDelegate
extends org.eclipse.debug.core.model.LaunchConfigurationDelegate
| Modifier and Type | Field and Description |
|---|---|
static String |
BEAGLE_LAUNCH_CONFIGURATION_IDENTIFIER
The unique id for Beagle's
ILaunchConfiguration. |
| Constructor and Description |
|---|
BeagleLaunchConfigurationDelegate() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.debug.core.ILaunch |
getLaunch(org.eclipse.debug.core.ILaunchConfiguration configuration,
String mode) |
void |
launch(org.eclipse.debug.core.ILaunchConfiguration configuration,
String mode,
org.eclipse.debug.core.ILaunch launch,
org.eclipse.core.runtime.IProgressMonitor monitor) |
boolean |
preLaunchCheck(org.eclipse.debug.core.ILaunchConfiguration configuration,
String mode,
org.eclipse.core.runtime.IProgressMonitor monitor) |
addReferencedProjects, buildForLaunch, buildProjects, computeBuildOrder, computeReferencedBuildOrder, existsProblems, finalLaunchCheck, getBreakpoints, getBuildOrder, getProjectsForProblemSearch, isLaunchProblem, saveBeforeLaunchpublic static final String BEAGLE_LAUNCH_CONFIGURATION_IDENTIFIER
ILaunchConfiguration.public void launch(org.eclipse.debug.core.ILaunchConfiguration configuration,
String mode,
org.eclipse.debug.core.ILaunch launch,
org.eclipse.core.runtime.IProgressMonitor monitor)
throws org.eclipse.core.runtime.CoreException
org.eclipse.core.runtime.CoreExceptionpublic org.eclipse.debug.core.ILaunch getLaunch(org.eclipse.debug.core.ILaunchConfiguration configuration,
String mode)
throws org.eclipse.core.runtime.CoreException
getLaunch in interface org.eclipse.debug.core.model.ILaunchConfigurationDelegate2getLaunch in class org.eclipse.debug.core.model.LaunchConfigurationDelegateorg.eclipse.core.runtime.CoreExceptionpublic boolean preLaunchCheck(org.eclipse.debug.core.ILaunchConfiguration configuration,
String mode,
org.eclipse.core.runtime.IProgressMonitor monitor)
throws org.eclipse.core.runtime.CoreException
preLaunchCheck in interface org.eclipse.debug.core.model.ILaunchConfigurationDelegate2preLaunchCheck in class org.eclipse.debug.core.model.LaunchConfigurationDelegateorg.eclipse.core.runtime.CoreException