| Package | Description | 
|---|---|
| oracle.ide.file | 
 Classes and interfaces used to track changes to files. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static ContentSetRoot | 
ContentSetRoot.getInstance(Project project,
           FileSet fileSet)  | 
| Modifier and Type | Method and Description | 
|---|---|
static java.util.Collection<ContentSetRoot> | 
ContentSetRoot.getContentSetRoots(Project project)
Get the content set roots for a project. 
 | 
static java.util.Collection<ContentSetRoot> | 
ContentSetRoot.getContentSetRoots(Project project,
                  ContentSet contentSet)
Get the content set roots for a specific content set of a project. 
 | 
static java.util.Collection<ContentSetRoot> | 
ContentSetRoot.getContentSetRoots(Workspace workspace)
Get the content set roots for an application. 
 | 
static java.util.Collection<ContentSetRoot> | 
ContentSetRoot.getContentSetRoots(Workspace workspace,
                  ContentSet contentSet)
Get the content set roots for a specific content set of an application. 
 | 
static java.util.Collection<ContentSetRoot> | 
ContentSetRoot.getContentSetRootsContaining(Project project,
                            java.net.URL url)
Returns the content set roots in the project that contain a specific URL. 
 | 
static java.util.Collection<ContentSetRoot> | 
ContentSetRoot.getContentSetRootsContaining(java.net.URL url)
Returns the content set roots that contain a specific URL. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static Path | 
ContentSetRoot.asPath(java.util.Collection<ContentSetRoot> roots)
Convert a collection of content set roots to a  
Path. |