Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.0.0)

E17493-01

Uses of Class
oracle.ide.file.LibraryPaths

Packages that use LibraryPaths
oracle.ide.file Classes and interfaces used to track changes to files. 
oracle.jdeveloper.file   
 

Uses of LibraryPaths in oracle.ide.file
 

Methods in oracle.ide.file that return LibraryPaths
static LibraryPaths LibraryPaths.getInstance(java.lang.String name, Path sourcePath, Path classPath)
          Get an instance of this class.
protected  LibraryPaths ProjectCache.getLibraryPaths(Project project, java.lang.String key)
          Get library paths from the cache.
 

Methods in oracle.ide.file that return types with arguments of type LibraryPaths
protected  java.util.List<LibraryPaths> ProjectCache.getLibraryPathsList(Project project, java.lang.String key)
          Get a list of library paths from the cache.
 

Methods in oracle.ide.file with parameters of type LibraryPaths
protected  void ProjectCache.putLibraryPaths(Project project, java.lang.String key, LibraryPaths libraryPaths)
          Put library paths into the cache.
 

Method parameters in oracle.ide.file with type arguments of type LibraryPaths
protected  void ProjectCache.putLibraryPathsList(Project project, java.lang.String key, java.util.List<LibraryPaths> libraryPathsList)
          Put a list of library paths into the cache.
 

Uses of LibraryPaths in oracle.jdeveloper.file
 

Methods in oracle.jdeveloper.file that return LibraryPaths
 LibraryPaths JavaProjectCache.getJdkPaths(Project project)
          Get the JDK paths for a project.
 

Methods in oracle.jdeveloper.file that return types with arguments of type LibraryPaths
 java.util.List<LibraryPaths> JavaProjectCache.getExportLibraryPaths(Project project)
          Get the library paths for export libraries of a project.
 java.util.List<LibraryPaths> JavaProjectCache.getLibraryPaths(Project project)
          Get the library paths for all libraries used by a project.
 


Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.0.0)

E17493-01

Copyright © 1997, 2011, Oracle. All rights reserved.