Package | Description |
---|---|
oracle.ide.file |
Classes and interfaces used to track changes to files.
|
Modifier and Type | Class and Description |
---|---|
class |
FileSetTable
Abstract base class for file table implementations based on
FileSet . |
Modifier and Type | Method and Description |
---|---|
FileTable |
FileTable.FileChangeImpl.getFileTable() |
FileTable |
FileChange.getFileTable()
Get the file table containing this change.
|
FileTable |
FileTable.getFileTable(java.net.URL url) |
FileTable |
FileScope.getFileTable(java.net.URL url)
Get the file table in this scope containing a particular URL.
|
FileTable |
AbstractFileScope.getFileTable(java.net.URL url) |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<FileTable> |
FileTable.getFileTables() |
java.util.Collection<FileTable> |
FileScope.getFileTables()
Get the file tables currently used by this scope.
|
java.util.Collection<FileTable> |
AbstractFileScope.getFileTables() |