|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1) E13403-04 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object oracle.jdeveloper.library.DynamicLibraryProvider
public abstract class DynamicLibraryProvider
A DynamicLibraryProvider can contribute classpath entries to a
project dynamically. Register an instance of this class with
JLibraryManager.registerDynamicLibraryProvider(DynamicLibraryProvider)
.
Constructor Summary | |
---|---|
DynamicLibraryProvider()
|
Method Summary | |
---|---|
void |
updateClassPath(Project project,
URLPath classPath)
Is called when we are building the classpath for a project. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DynamicLibraryProvider()
Method Detail |
---|
public void updateClassPath(Project project, URLPath classPath)
This implementation does nothing.
project
- the project.classPath
- the classpath.
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1) E13403-04 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |