public interface IPBreakpoint
extends org.eclipse.debug.core.model.IBreakpoint
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CONDITION |
static java.lang.String |
CUR_SET_ID |
static java.lang.String |
GLOBAL |
static java.lang.String |
IGNORE_COUNT |
static java.lang.String |
INSTALL_COUNT |
static java.lang.String |
JOB_NAME |
static java.lang.String |
SOURCE_HANDLE |
| Modifier and Type | Method and Description |
|---|---|
int |
decrementInstallCount()
Decrement count of breakpoint instances
|
java.lang.String |
getCondition()
Get the condition on the breakpoint
|
java.lang.String |
getCurSetId()
Get the ID of the set this breakpoint applies to
|
int |
getIgnoreCount()
Get the ignore count for the breakpoint
|
java.lang.String |
getJobId()
Get the ID of the job associated with this breakpoint
|
java.lang.String |
getJobName()
Get the name of the job associated with this breakpoint
|
java.lang.String |
getSetId()
Get the set ID of the breakpoint
|
java.lang.String |
getSourceHandle()
Get the source handle for the breakpoint
|
int |
incrementInstallCount()
Increment the count of breakpoint instances
|
boolean |
isConditional()
Check if this is a conditional breakpoint
|
boolean |
isGlobal()
Check if this is a global breakpoint
|
boolean |
isInstalled()
Check if this breakpoint is installed
|
void |
resetInstallCount()
Reset the breakpoint install count
|
void |
setCondition(java.lang.String condition)
Set a condition on the breakpoint
|
void |
setCurSetId(java.lang.String id)
Set the current set ID
|
void |
setIgnoreCount(int ignoreCount)
Set the breakpoint ignore count
|
void |
setJobId(java.lang.String id)
Set the job ID
|
void |
setJobName(java.lang.String name)
Set the job name
|
void |
setSetId(java.lang.String id)
Set the breakpoint set ID
|
void |
setSourceHandle(java.lang.String sourceHandle)
Set the source handle
|
void |
updateMarkerMessage()
Update marker message
|
static final java.lang.String GLOBAL
static final java.lang.String CONDITION
static final java.lang.String IGNORE_COUNT
static final java.lang.String SOURCE_HANDLE
static final java.lang.String INSTALL_COUNT
static final java.lang.String CUR_SET_ID
static final java.lang.String JOB_NAME
int decrementInstallCount()
throws org.eclipse.core.runtime.CoreException
org.eclipse.core.runtime.CoreExceptionjava.lang.String getCondition()
throws org.eclipse.core.runtime.CoreException
org.eclipse.core.runtime.CoreExceptionjava.lang.String getCurSetId()
throws org.eclipse.core.runtime.CoreException
org.eclipse.core.runtime.CoreExceptionint getIgnoreCount()
throws org.eclipse.core.runtime.CoreException
org.eclipse.core.runtime.CoreExceptionjava.lang.String getJobId()
throws org.eclipse.core.runtime.CoreException
org.eclipse.core.runtime.CoreExceptionjava.lang.String getJobName()
throws org.eclipse.core.runtime.CoreException
org.eclipse.core.runtime.CoreExceptionjava.lang.String getSetId()
throws org.eclipse.core.runtime.CoreException
org.eclipse.core.runtime.CoreExceptionjava.lang.String getSourceHandle()
throws org.eclipse.core.runtime.CoreException
org.eclipse.core.runtime.CoreExceptionint incrementInstallCount()
throws org.eclipse.core.runtime.CoreException
org.eclipse.core.runtime.CoreExceptionboolean isConditional()
throws org.eclipse.core.runtime.CoreException
org.eclipse.core.runtime.CoreExceptionboolean isGlobal()
throws org.eclipse.core.runtime.CoreException
org.eclipse.core.runtime.CoreExceptionboolean isInstalled()
throws org.eclipse.core.runtime.CoreException
org.eclipse.core.runtime.CoreExceptionvoid resetInstallCount()
throws org.eclipse.core.runtime.CoreException
org.eclipse.core.runtime.CoreExceptionvoid setCondition(java.lang.String condition)
throws org.eclipse.core.runtime.CoreException
condition - org.eclipse.core.runtime.CoreExceptionvoid setCurSetId(java.lang.String id)
throws org.eclipse.core.runtime.CoreException
id - org.eclipse.core.runtime.CoreExceptionvoid setIgnoreCount(int ignoreCount)
throws org.eclipse.core.runtime.CoreException
ignoreCount - org.eclipse.core.runtime.CoreExceptionvoid setJobId(java.lang.String id)
throws org.eclipse.core.runtime.CoreException
id - org.eclipse.core.runtime.CoreExceptionvoid setJobName(java.lang.String name)
throws org.eclipse.core.runtime.CoreException
name - org.eclipse.core.runtime.CoreExceptionvoid setSetId(java.lang.String id)
throws org.eclipse.core.runtime.CoreException
id - org.eclipse.core.runtime.CoreExceptionvoid setSourceHandle(java.lang.String sourceHandle)
throws org.eclipse.core.runtime.CoreException
sourceHandle - org.eclipse.core.runtime.CoreExceptionvoid updateMarkerMessage()
throws org.eclipse.core.runtime.CoreException
org.eclipse.core.runtime.CoreExceptionCopyright (c) 2011 IBM Corporation and others. All Rights Reserved.