Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.1.0)

E17493-02

oracle.ide.runner
Interface DebuggerFileLineBreakpoint

All Superinterfaces:
DebuggerBreakpoint

public interface DebuggerFileLineBreakpoint
extends DebuggerBreakpoint

Defines a file/line breakpoint. The debugger will attempt to find the source of the class


Nested Class Summary
 
Nested classes/interfaces inherited from interface oracle.ide.runner.DebuggerBreakpoint
DebuggerBreakpoint.BreakpointKind, DebuggerBreakpoint.BreakpointScope, DebuggerBreakpoint.BreakpointState
 
Method Summary
 java.lang.String getFileName()
          Get the name of the file, e.g.
 int getLine()
          Get the source line of the breakpoint
 java.lang.String getPackage()
          Get the package of the file, e.g.
 
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

getPackage

java.lang.String getPackage()
Get the package of the file, e.g. java.util If the package/file combination is not enough to find a source, the breakpoint will not show

Returns:
The package of the file which can be null if there is no package

getFileName

java.lang.String getFileName()
Get the name of the file, e.g. ArrayList.java If the package/file combination is not enough to find a source, the breakpoint will not show

Returns:
The name of the file which cannot be null

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

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.1.0)

E17493-02

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