See: Description
| Interface | Description | 
|---|---|
| ProviderConstants | Various constants. | 
| Class | Description | 
|---|---|
| BaseFileProvider | The  BaseFileProvideris an abstract starting point for
 an implementation of theJavaFileProviderinterface that relies
 on aJavaClassLocatorinstance for locating Java class and
 source files. | 
| CachedFileProvider | The  CachedFileProvideris an abstract starting point for
 an implementation of theJavaFileProviderinterface that adds
 cache support to theBaseFileProvider. | 
| JdevProviderContext | The  BaseFileProvideris an abstract starting point for
 an implementation of theJavaFileProviderinterface that relies
 on aJavaClassLocatorinstance for locating Java class and
 source files. | 
| LocatorWrapper | The  LocatorWrapperis a JavaClassLocator implementation
 that simply wraps a BaseFileProvider instance. | 
| ProjectFileProvider | The  ProjectFileProvideris an implementation of theJavaFileProviderinterface which relies on the
 path information of aProjectfor locating Java source and class
 files. | 
| ProviderContext | Defines various aspects of the context for the FileProvider
 implementations. | 
| SimpleFileProvider | The  PathFileProvideris an implementation of theJavaFileProviderinterface that uses a staticJavaClassLocatorinstance of URL paths for locating
 Java source and class files. |