Skip navigation links

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

E17493-04


Uses of Class
oracle.ide.file.Path

Packages that use Path
oracle.ide.file Classes and interfaces used to track changes to files. 
oracle.ide.index Classes used to build and query indexes of source files. 
oracle.jdeveloper.file   

 

Uses of Path in oracle.ide.file

 

Methods in oracle.ide.file that return Path
static Path ContentSetRoot.asPath(java.util.Collection<ContentSetRoot> roots)
          Convert a collection of content set roots to a Path.
 Path LibraryPaths.getClassPath()
          Get the class path of the library.
 Path ProjectCache.getContentPath(Project project)
          Get the project content path.
 Path ProjectCache.getContentPath(Project project, java.lang.String contentSetKey)
          Get the project content path for a specific content set.
static Path Path.getInstance()
          Get an empty path.
static Path Path.getInstance(java.util.Collection<FileSet> fileSets)
          Get a path instance containing the given file sets.
static Path Path.getInstance(FileSet... fileSets)
          Get a path instance containing the given file sets.
static Path Path.getInstance(int capacity)
          Get an empty path with the given initial capacity.
static Path Path.getInstance(URLPath urlPath)
          Get a path instance containing the locations in a URLPath.
protected  Path ContentSetScope.getPath()
           
protected abstract  Path AbstractFileScope.getPath()
          Get the current path of this scope.
protected  Path ProjectCache.getPath(Project project, java.lang.String key)
          Get a path from the cache.
 Path LibraryPaths.getSourcePath()
          Get the source path of the library.

 

Methods in oracle.ide.file with parameters of type Path
static LibraryPaths LibraryPaths.getInstance(java.lang.String name, Path sourcePath, Path classPath)
          Get an instance of this class.
protected  void ProjectCache.putPath(Project project, java.lang.String key, Path path)
          Put a path in the cache.

 

Uses of Path in oracle.ide.index

 

Methods in oracle.ide.index with parameters of type Path
abstract  Index IndexManager.getIndex(Workspace workspace, Project project, Path path)
          Get the index for the given Path in the scope of the given project.

 

Uses of Path in oracle.jdeveloper.file

 

Methods in oracle.jdeveloper.file that return Path
 Path JavaProjectCache.getAdditionalClassPath(Project project)
          Get the additional class path for a project.
 Path JavaProjectCache.getJavaContentPath(Project project)
          Get the path for Java source content.

 


Skip navigation links

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

E17493-04


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