| Package | Description | 
|---|---|
| oracle.ide.file | 
 Classes and interfaces used to track changes to files. 
 | 
| oracle.ide.persistence | 
 Contains API classes for the persistence of search indexes. 
 | 
| oracle.jdeveloper.file | 
| Modifier and Type | Field and Description | 
|---|---|
protected Storage | 
ProjectCache.storage  | 
protected Storage | 
FileTable.storage
The storage this file table is stored in. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Storage | 
FileTable.getStorage()
Get underlying storage used to store the file data. 
 | 
protected Storage | 
ContentSetScope.getStorage()  | 
protected abstract Storage | 
AbstractFileScope.getStorage()
Get the storage where data for this scope should be stored. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
FileTableRemovedListener.fileTableRemoved(Storage storage,
                java.lang.String storageKey)
Invoked when a file table has been deleted. 
 | 
static FileSetTable | 
FileSetTable.getInstance(Storage storage,
           FileSet fileSet)
Get the file table for a file set. 
 | 
| Constructor and Description | 
|---|
FileSetTable(Storage storage,
            FileSet fileSet)  | 
FileTable(Storage storage)  | 
| Modifier and Type | Method and Description | 
|---|---|
static Storage | 
Storages.getApplicationStorage(Workspace application)
Get a storage instance for an application. 
 | 
static Storage | 
Storages.getProjectStorage(Project project)
Deprecated. 
 
 | 
static Storage | 
Storages.getProjectStorage(Workspace workspace,
                 Project project)
Get a storage instance for a project. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected Storage | 
ProjectOutputScope.getStorage()  |