| Package | Description | 
|---|---|
| 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.java.locator | 
 Public implementations of the JavaClassLocator interface. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
protected FileSet | 
FileSetTable.fileSet
The file set for this file table. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
FileSet | 
ContentSetRoot.asFileSet()
Get a file set that contains the files in this root. 
 | 
FileSet | 
FileSetTable.getFileSet()
Get the file set for this table. 
 | 
static FileSet | 
FileSet.getInstance(java.net.URL root)
Get a file set instance that contains all files in a root directory. 
 | 
static FileSet | 
FileSet.getInstance(java.net.URL root,
           FileSetFilter filter)
Get a file set instance that contains all file in a root directory that
 are accepted by a filter. 
 | 
FileSet | 
FileSet.intern()
Returns a canonical representation of the file set. 
 | 
FileSet | 
Path.remove(int index)  | 
FileSet | 
Path.set(int index,
   FileSet element)  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
Path.add(FileSet fileSet)  | 
void | 
Path.add(int index,
   FileSet element)  | 
static Path | 
Path.getInstance(FileSet... fileSets)
Get a path instance containing the given file sets. 
 | 
static ContentSetRoot | 
ContentSetRoot.getInstance(Project project,
           FileSet fileSet)  | 
static FileSetTable | 
FileSetTable.getInstance(Storage storage,
           FileSet fileSet)
Get the file table for a file set. 
 | 
FileSet | 
Path.set(int index,
   FileSet element)  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
Path.addAll(java.util.Collection<? extends FileSet> c)  | 
boolean | 
Path.addAll(int index,
      java.util.Collection<? extends FileSet> c)  | 
static Path | 
Path.getInstance(java.util.Collection<FileSet> fileSets)
Get a path instance containing the given file sets. 
 | 
| Constructor and Description | 
|---|
FileSetTable(Storage storage,
            FileSet fileSet)  | 
| Modifier and Type | Method and Description | 
|---|---|
abstract Index | 
IndexManager.getIndex(Workspace workspace,
        Project project,
        FileSet fileSet)
Get the index for the given  
FileSet in the scope of the given
 project. | 
| Modifier and Type | Method and Description | 
|---|---|
static BaseClassLocator | 
JdevClassLocatorFactory.getClassLocator(Workspace workspace,
               FileSet fileSet)
Get a class locator for a class file set. 
 | 
static BaseClassLocator | 
JdevClassLocatorFactory.getSourceLocator(Workspace workspace,
                FileSet fileSet)
Get a class locator for a source file set. 
 |