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, saveBeforeLaunch
public 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.CoreException
public 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.ILaunchConfigurationDelegate2
getLaunch
in class org.eclipse.debug.core.model.LaunchConfigurationDelegate
org.eclipse.core.runtime.CoreException
public 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.ILaunchConfigurationDelegate2
preLaunchCheck
in class org.eclipse.debug.core.model.LaunchConfigurationDelegate
org.eclipse.core.runtime.CoreException