| Package | Description | 
|---|---|
| oracle.jdeveloper.java.provider | 
 Public implementations of the JavaFileProvider interface. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
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. | 
class  | 
CachedFileProvider
The  
CachedFileProvider is an abstract starting point for
 an implementation of the JavaFileProvider interface that adds
 cache support to the BaseFileProvider. | 
class  | 
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. | 
class  | 
SimpleFileProvider
The  
PathFileProvider is an implementation of the
 JavaFileProvider interface that uses a static
 JavaClassLocator instance of URL paths for locating
 Java source and class files. |