Package | Description |
---|---|
oracle.jdeveloper.java |
Public API for the java model.
|
oracle.jdeveloper.java.provider |
Public implementations of the JavaFileProvider interface.
|
Class and Description |
---|
CachedFileProvider
The
CachedFileProvider is an abstract starting point for an implementation of the JavaFileProvider interface that adds cache support to the BaseFileProvider . |
ProviderContext
Defines various aspects of the context for the FileProvider implementations.
|
Class and Description |
---|
BaseFileProvider
The
BaseFileProvider is an abstract starting point for an implementation of the JavaFileProvider interface that relies on a JavaClassLocator instance for locating Java class and source files. |
BaseFileProvider.BasePackage
This is a basic wrapper implementation of
JavaPackage . |
CachedFileProvider
The
CachedFileProvider is an abstract starting point for an implementation of the JavaFileProvider interface that adds cache support to the BaseFileProvider . |
JdevProviderContext.NodeObserver
The NodeObserver attaches to nodes for which we have created SourceFile instances for, and tracks the given node until the node is closed, or renamed.
|
ProjectFileProvider
The
ProjectFileProvider is an implementation of the JavaFileProvider interface which relies on the path information of a Project for locating Java source and class files. |
ProviderConstants
Various constants.
|
ProviderContext
Defines various aspects of the context for the FileProvider implementations.
|