| Package | Description |
|---|---|
| oracle.jdeveloper.java |
Public API for the java model.
|
| oracle.jdeveloper.java.clients.uieditor |
| Modifier and Type | Class and Description |
|---|---|
class |
JavaManager
A
JavaManager is an implementation of the
JavaFileProvider interface. |
| Modifier and Type | Method and Description |
|---|---|
static JavaModel |
JavaModel.getInstance(URLPath sourcepath,
URLPath classpath)
Fetch a JavaModel instance for the given paths.
|
JavaModel |
JdevJavaModelFactory.newInstance(CachedFileProvider provider) |
protected JavaModel |
JavaModelFactory.newInstance(CachedFileProvider provider)
Creates a new JavaModel instance with the given provider.
|
JavaModel |
JavaModelFactory.newInstance(URLPath sourcepath,
URLPath classpath)
Creates a new JavaModel instance for the given arguments.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CustomJavaManager
The
CustomJavaManager is an extension of the JavaManager
API to support the notion of a "SYSTEM_CLASSPATH" as it was in old JOT. |