| Package | Description | 
|---|---|
| oracle.ide.file | 
 Classes and interfaces used to track changes to files. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static ContentSetKey | 
ContentSetKey.getInstance(Workspace workspace)
Get a key for the entire contents of an application. 
 | 
static ContentSetKey | 
ContentSetKey.getInstance(Workspace workspace,
           Project project)
Get a key for the entire contents of a project. 
 | 
static ContentSetKey | 
ContentSetKey.getInstance(Workspace workspace,
           Project project,
           java.lang.String contentSetKey)
Get a key for a specific content set in a project. 
 | 
static ContentSetKey | 
ContentSetKey.getInstance(Workspace workspace,
           java.lang.String contentSetKey)
Get a key for a specific content set in an application. 
 |