Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.5.0)

E13403-06


oracle.ide.runner
Interface DebuggerURLLineBreakpoint

All Superinterfaces:
DebuggerBreakpoint

public interface DebuggerURLLineBreakpoint
extends DebuggerBreakpoint

Defines a URL/line breakpoint.


Nested Class Summary

 

Nested classes/interfaces inherited from interface oracle.ide.runner.DebuggerBreakpoint
DebuggerBreakpoint.BreakpointKind, DebuggerBreakpoint.BreakpointScope, DebuggerBreakpoint.BreakpointState

 

Method Summary
 int getLine()
          Get the source line of the breakpoint
 java.net.URL getURL()
          The URL of the source for this breakpoint

 

Methods inherited from interface oracle.ide.runner.DebuggerBreakpoint
canEditBreakForThreads, canEditBreakpointHitActions, canEditCondition, canEditGroupName, canEditPassCount, getBreakForThreadNamed, getBreakForThreadNotNamed, getCondition, getCustomDescription, getCustomTypeString, getDisableBreakpointGroupOnBreakpointHit, getEnableBreakpointGroupOnBreakpointHit, getGroupName, getHiddenCondition, getKind, getLogEntryOnBreakpointHit, getPassCount, getProperties, getScope, isBeepOnBreakpointHit, isEnabled, isHaltOnBreakpointHit

 

Method Detail

getURL

java.net.URL getURL()
The URL of the source for this breakpoint
Returns:
A URL which cannot be null. If the URL is invalid, the breakpoint will not show

getLine

int getLine()
Get the source line of the breakpoint
Returns:
The source line. If the source line is invalid, the breakpoint will not show

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.5.0)

E13403-06


Copyright © 1997, 2011, Oracle. All rights reserved.