PTP
Release 7.0

org.eclipse.ptp.debug.core.model
Interface IPLineBreakpoint

All Superinterfaces:
IPBreakpoint
All Known Subinterfaces:
IPAddressBreakpoint, IPFunctionBreakpoint

public interface IPLineBreakpoint
extends IPBreakpoint

Represents a line breakpoint


Field Summary
static java.lang.String ADDRESS
           
static java.lang.String FUNCTION
           
 
Fields inherited from interface org.eclipse.ptp.debug.core.model.IPBreakpoint
CONDITION, CUR_SET_ID, GLOBAL, IGNORE_COUNT, INSTALL_COUNT, JOB_NAME, SOURCE_HANDLE
 
Method Summary
 java.lang.String getAddress()
          Get the address associated with the breakpoint
 java.lang.String getFileName()
          Get the file name
 java.lang.String getFunction()
          Get the function
 void setAddress(java.lang.String address)
          Set the breakpoint address
 void setFunction(java.lang.String function)
          Set the breakpoint function
 
Methods inherited from interface org.eclipse.ptp.debug.core.model.IPBreakpoint
decrementInstallCount, getCondition, getCurSetId, getIgnoreCount, getJobId, getJobName, getSetId, getSourceHandle, incrementInstallCount, isConditional, isGlobal, isInstalled, resetInstallCount, setCondition, setCurSetId, setIgnoreCount, setJobId, setJobName, setSetId, setSourceHandle, updateMarkerMessage
 

Field Detail

ADDRESS

static final java.lang.String ADDRESS
See Also:
Constant Field Values

FUNCTION

static final java.lang.String FUNCTION
See Also:
Constant Field Values
Method Detail

getAddress

java.lang.String getAddress()
                            throws CoreException
Get the address associated with the breakpoint

Returns:
Throws:
CoreException

getFileName

java.lang.String getFileName()
                             throws CoreException
Get the file name

Returns:
Throws:
CoreException

getFunction

java.lang.String getFunction()
                             throws CoreException
Get the function

Returns:
Throws:
CoreException

setAddress

void setAddress(java.lang.String address)
                throws CoreException
Set the breakpoint address

Parameters:
address -
Throws:
CoreException

setFunction

void setFunction(java.lang.String function)
                 throws CoreException
Set the breakpoint function

Parameters:
function -
Throws:
CoreException

PTP
Release 7.0

Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.