Package | Description |
---|---|
oracle.ide.file |
Classes and interfaces used to track changes to files.
|
oracle.jdeveloper.audit.model |
The base classes for defining the Audit object model.
|
oracle.jdeveloper.file |
Modifier and Type | Class and Description |
---|---|
class |
AbstractFileScope
Base class for file scope implementations.
|
class |
ContentSetScope
File scope that includes the files in a project
ContentSet . |
class |
FileSetTable
Abstract base class for file table implementations based on
FileSet . |
class |
FileTable
Persistently stores information about a set of files, and provides a mapping
from each file to an integer ID.
|
Modifier and Type | Method and Description |
---|---|
void |
FileChangeListener.filesChanged(FileScope scope,
FileChanges changes)
One or more files have changed.
|
Modifier and Type | Method and Description |
---|---|
void |
DependencyFileChangeListener.filesChanged(FileScope scope,
FileChanges changes) |
Modifier and Type | Class and Description |
---|---|
class |
ProjectOutputScope
A file scope containing the files in a project output directory.
|