org.eclipse.ptp.debug.core.model
Interface IPBreakpoint
- All Superinterfaces:
- org.eclipse.core.runtime.IAdaptable, org.eclipse.debug.core.model.IBreakpoint
- All Known Subinterfaces:
- IPAddressBreakpoint, IPFunctionBreakpoint, IPLineBreakpoint, IPWatchpoint
public interface IPBreakpoint
- extends org.eclipse.debug.core.model.IBreakpoint
| Fields inherited from interface org.eclipse.debug.core.model.IBreakpoint |
BREAKPOINT_MARKER, ENABLED, ID, LINE_BREAKPOINT_MARKER, PERSISTED, REGISTERED |
| Methods inherited from interface org.eclipse.debug.core.model.IBreakpoint |
delete, getMarker, getModelIdentifier, isEnabled, isPersisted, isRegistered, setEnabled, setMarker, setPersisted, setRegistered |
| Methods inherited from interface org.eclipse.core.runtime.IAdaptable |
getAdapter |
GLOBAL
static final String GLOBAL
CONDITION
static final String CONDITION
- See Also:
- Constant Field Values
IGNORE_COUNT
static final String IGNORE_COUNT
- See Also:
- Constant Field Values
SOURCE_HANDLE
static final String SOURCE_HANDLE
- See Also:
- Constant Field Values
INSTALL_COUNT
static final String INSTALL_COUNT
- See Also:
- Constant Field Values
CUR_SET_ID
static final String CUR_SET_ID
- See Also:
- Constant Field Values
JOB_NAME
static final String JOB_NAME
- See Also:
- Constant Field Values
decrementInstallCount
int decrementInstallCount()
throws org.eclipse.core.runtime.CoreException
- Returns:
-
- Throws:
org.eclipse.core.runtime.CoreException
getCondition
String getCondition()
throws org.eclipse.core.runtime.CoreException
- Returns:
-
- Throws:
org.eclipse.core.runtime.CoreException
getCurSetId
String getCurSetId()
throws org.eclipse.core.runtime.CoreException
- Returns:
-
- Throws:
org.eclipse.core.runtime.CoreException
getIgnoreCount
int getIgnoreCount()
throws org.eclipse.core.runtime.CoreException
- Returns:
-
- Throws:
org.eclipse.core.runtime.CoreException
getJobId
String getJobId()
throws org.eclipse.core.runtime.CoreException
- Returns:
-
- Throws:
org.eclipse.core.runtime.CoreException
getJobName
String getJobName()
throws org.eclipse.core.runtime.CoreException
- Returns:
-
- Throws:
org.eclipse.core.runtime.CoreException
getSetId
String getSetId()
throws org.eclipse.core.runtime.CoreException
- Returns:
-
- Throws:
org.eclipse.core.runtime.CoreException
getSourceHandle
String getSourceHandle()
throws org.eclipse.core.runtime.CoreException
- Returns:
-
- Throws:
org.eclipse.core.runtime.CoreException
incrementInstallCount
int incrementInstallCount()
throws org.eclipse.core.runtime.CoreException
- Returns:
-
- Throws:
org.eclipse.core.runtime.CoreException
isConditional
boolean isConditional()
throws org.eclipse.core.runtime.CoreException
- Returns:
-
- Throws:
org.eclipse.core.runtime.CoreException
isGlobal
boolean isGlobal()
throws org.eclipse.core.runtime.CoreException
- Returns:
-
- Throws:
org.eclipse.core.runtime.CoreException
isInstalled
boolean isInstalled()
throws org.eclipse.core.runtime.CoreException
- Returns:
-
- Throws:
org.eclipse.core.runtime.CoreException
resetInstallCount
void resetInstallCount()
throws org.eclipse.core.runtime.CoreException
- Throws:
org.eclipse.core.runtime.CoreException
setCondition
void setCondition(String condition)
throws org.eclipse.core.runtime.CoreException
- Parameters:
condition -
- Throws:
org.eclipse.core.runtime.CoreException
setCurSetId
void setCurSetId(String id)
throws org.eclipse.core.runtime.CoreException
- Parameters:
id -
- Throws:
org.eclipse.core.runtime.CoreException
setIgnoreCount
void setIgnoreCount(int ignoreCount)
throws org.eclipse.core.runtime.CoreException
- Parameters:
ignoreCount -
- Throws:
org.eclipse.core.runtime.CoreException
setJobId
void setJobId(String id)
throws org.eclipse.core.runtime.CoreException
- Parameters:
id -
- Throws:
org.eclipse.core.runtime.CoreException
setJobName
void setJobName(String name)
throws org.eclipse.core.runtime.CoreException
- Parameters:
name -
- Throws:
org.eclipse.core.runtime.CoreException
setSetId
void setSetId(String id)
throws org.eclipse.core.runtime.CoreException
- Parameters:
id -
- Throws:
org.eclipse.core.runtime.CoreException
setSourceHandle
void setSourceHandle(String sourceHandle)
throws org.eclipse.core.runtime.CoreException
- Parameters:
sourceHandle -
- Throws:
org.eclipse.core.runtime.CoreException
updateMarkerMessage
void updateMarkerMessage()
throws org.eclipse.core.runtime.CoreException
- Throws:
org.eclipse.core.runtime.CoreException
Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.