|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.7.0) E10653-08 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectoracle.jbo.script.debug.client.bdi.SourceManager
public class SourceManager
Manage the list of source files. Origin of SourceListener events.
| Constructor Summary | |
|---|---|
SourceManager(ExecutionManager runtime)
|
|
SourceManager(ExecutionManager runtime,
SearchPath sourcePath)
|
|
| Method Summary | |
|---|---|
void |
addSourceListener(SourceListener l)
|
SearchPath |
getSourcePath()
Get path for access to source code. |
void |
removeSourceListener(SourceListener l)
|
void |
setSourcePath(SearchPath sp)
Set path for access to source code. |
SourceModel |
sourceForClass(com.sun.jdi.ReferenceType refType)
Get source object associated with a class or interface. |
SourceModel |
sourceForFile(java.io.File path)
Get source object associated with an absolute file path. |
SourceModel |
sourceForLocation(com.sun.jdi.Location loc)
Get source object associated with a Location. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SourceManager(ExecutionManager runtime)
public SourceManager(ExecutionManager runtime,
SearchPath sourcePath)
| Method Detail |
|---|
public void setSourcePath(SearchPath sp)
public void addSourceListener(SourceListener l)
public void removeSourceListener(SourceListener l)
public SearchPath getSourcePath()
public SourceModel sourceForLocation(com.sun.jdi.Location loc)
public SourceModel sourceForClass(com.sun.jdi.ReferenceType refType)
public SourceModel sourceForFile(java.io.File path)
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.7.0) E10653-08 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||