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