|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.7.3) E10653-11 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.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) |
void |
addSourceString(java.lang.String path, java.lang.String sourceString) |
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. |
SourceModel |
sourceForSourceName(java.lang.String name) |
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 sourceForSourceName(java.lang.String name)
public SourceModel sourceForFile(java.io.File path)
public void addSourceString(java.lang.String path, java.lang.String sourceString)
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.7.3) E10653-11 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |