| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.4.0) E17493-05  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoracle.ide.file.ProjectCache
oracle.jdeveloper.file.JavaProjectCache
public class JavaProjectCache
Caches Java properties associated with a project.
| Constructor Summary | |
|---|---|
protected  | 
JavaProjectCache(Workspace workspace)
 | 
| Method Summary | |
|---|---|
 Path | 
getAdditionalClassPath(Project project)
Get the additional class path for a project.  | 
 java.util.List<LibraryPaths> | 
getExportLibraryPaths(Project project)
Get the library paths for export libraries of a project.  | 
static JavaProjectCache | 
getInstance(Workspace workspace)
Get an instance of the cache for an application workspace.  | 
 Path | 
getJavaContentPath(Project project)
Get the path for Java source content.  | 
 LibraryPaths | 
getJdkPaths(Project project)
Get the JDK paths for a project.  | 
 java.util.List<LibraryPaths> | 
getLibraryPaths(Project project)
Get the library paths for all libraries used by a project.  | 
| Methods inherited from class oracle.ide.file.ProjectCache | 
|---|
close, getContentPath, getContentPath, getDirectDependencies, getDownstreamDependencies, getLibraryPaths, getLibraryPathsList, getLogger, getPath, getTechnologyScopeKeys, getTransitiveDependencies, invalidate, invalidate, invalidate, invalidateLibraries, loadProject, putLibraryPaths, putLibraryPathsList, putPath | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
protected JavaProjectCache(Workspace workspace)
| Method Detail | 
|---|
public static JavaProjectCache getInstance(Workspace workspace)
ProjectCache.close() on the cache instance when the
 cache is no longer in use.
workspace - the application workspace
public Path getJavaContentPath(Project project)
project - the project
PathsConfiguration.getJavaContentSet()public Path getAdditionalClassPath(Project project)
project - the project
JProjectPaths.getAdditionalClassPath()public LibraryPaths getJdkPaths(Project project)
project - the project
JProjectLibraries.getJDK()public java.util.List<LibraryPaths> getLibraryPaths(Project project)
project - the project
JProjectLibraries.getLibraries()public java.util.List<LibraryPaths> getExportLibraryPaths(Project project)
project - the project
JProjectLibraries.getExports()
  | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.4.0) E17493-05  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||