|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.3.0) E17493-04 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FileSet | |
|---|---|
| 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. |
| Uses of FileSet in oracle.ide.file |
|---|
| Fields in oracle.ide.file declared as FileSet | |
|---|---|
protected FileSet |
FileSetTable.fileSetThe file set for this file table. |
| Methods in oracle.ide.file that return FileSet | |
|---|---|
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) |
| Methods in oracle.ide.file with parameters of type FileSet | |
|---|---|
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) |
| Method parameters in oracle.ide.file with type arguments of type FileSet | |
|---|---|
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. |
| Constructors in oracle.ide.file with parameters of type FileSet | |
|---|---|
FileSetTable(Storage storage, FileSet fileSet) |
|
| Uses of FileSet in oracle.ide.index |
|---|
| Methods in oracle.ide.index with parameters of type FileSet | |
|---|---|
abstract Index |
IndexManager.getIndex(Workspace workspace, Project project, FileSet fileSet)Get the index for the given FileSet in the scope of the given project. |
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.3.0) E17493-04 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||