public interface IPLaunch
extends org.eclipse.debug.core.ILaunch
| Modifier and Type | Method and Description |
|---|---|
IPDebugTarget |
getDebugTarget(int procId)
Get the IPDebugTarget responsible for the procId.
|
IPDebugTarget |
getDebugTarget(TaskSet procs)
Get the IPDebugTarget responsible for the processes in procs
|
IJobControl |
getJobControl()
Get the controller used to launch the job
|
java.lang.String |
getJobId()
Get the job ID associated with this launch
|
void |
setJobControl(IJobControl control)
Set the controller used to launch the job
|
void |
setJobId(java.lang.String jobId)
Set the job ID associated with this launch
|
addDebugTarget, addProcess, getAttribute, getChildren, getDebugTarget, getDebugTargets, getLaunchConfiguration, getLaunchMode, getProcesses, getSourceLocator, hasChildren, removeDebugTarget, removeProcess, setAttribute, setSourceLocatorIPDebugTarget getDebugTarget(int procId)
procId - process we're interested inIPDebugTarget getDebugTarget(TaskSet procs)
tasks - TaskSet containing processes we're interested inIJobControl getJobControl()
java.lang.String getJobId()
void setJobControl(IJobControl control)
control - void setJobId(java.lang.String jobId)
jobId - Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.