Interface ITargetedLaunch
-
- All Superinterfaces:
org.eclipse.core.runtime.IAdaptable,org.eclipse.debug.core.ILaunch,org.eclipse.debug.core.model.ITerminate
- All Known Implementing Classes:
TargetedLaunch
public interface ITargetedLaunch extends org.eclipse.debug.core.ILaunchA launch that knows what target it's running on.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ILaunchTargetgetLaunchTarget()The target this launch will or is running on.-
Methods inherited from interface org.eclipse.debug.core.ILaunch
addDebugTarget, addProcess, getAttribute, getChildren, getDebugTarget, getDebugTargets, getLaunchConfiguration, getLaunchMode, getProcesses, getSourceLocator, hasChildren, removeDebugTarget, removeProcess, setAttribute, setSourceLocator
-
-
-
-
Method Detail
-
getLaunchTarget
ILaunchTarget getLaunchTarget()
The target this launch will or is running on.- Returns:
- launch target
-
-