| Package | Description | 
|---|---|
| oracle.jdeveloper.audit.model | 
 The base classes for defining the Audit object model. 
 | 
| oracle.jdevimpl.audit.model | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.Collection<ContentRoot> | 
ContentDirectory.getRoots()
Gets the  
ContentRoots containing this directory. | 
java.util.Collection<ContentRoot> | 
ContentCache.getRoots()
Gets the content roots of the workspace or project. 
 | 
java.util.Collection<ContentRoot> | 
ContentCache.getRoots(java.net.URL url)
Gets the content roots which contain a URL, ordered from longest to
 shortest, or empty if none. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
ContentCache.acceptsUrl(ContentRoot root,
          java.net.URL url)
Gets whether a content root accepts a URL. 
 | 
boolean | 
ContentRoot.contains(ContentRoot root)
Gets whether this root contains another root. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ContentRootFactory.getProjectRoots(Workspace workspace,
               Project project,
               IntersectedFilters projectContentFilters,
               IntersectedFilters auxiliaryContentFilters,
               java.util.Collection<ContentRoot> roots)
Gets content roots for a project. 
 | 
void | 
ContentRootFactory.getWorkspaceRoots(Workspace workspace,
                 IntersectedFilters applicationContentFilters,
                 IntersectedFilters auxiliaryContentFilters,
                 java.util.Collection<ContentRoot> roots)
Gets content roots for a workspace. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DefaultContentRoot  | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.Collection<ContentRoot> | 
DefaultContentDirectory.getRoots()  | 
java.util.Collection<ContentRoot> | 
DefaultContentCache.getRoots()  | 
java.util.Collection<ContentRoot> | 
DefaultContentCache.getRoots(java.net.URL url)  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
DefaultContentCache.acceptsUrl(ContentRoot root,
          java.net.URL url)  | 
int | 
DefaultContentRoot.compareTo(ContentRoot root)  | 
boolean | 
DefaultContentRoot.contains(ContentRoot root)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ProjectContentRootFactory.getProjectRoots(Workspace workspace,
               Project project,
               IntersectedFilters projectContentFilters,
               IntersectedFilters auxiliaryContentFilters,
               java.util.Collection<ContentRoot> roots)  | 
void | 
ApplicationContentRootFactory.getProjectRoots(Workspace workspace,
               Project project,
               IntersectedFilters projectContentFilters,
               IntersectedFilters auxiliaryContentFilters,
               java.util.Collection<ContentRoot> roots)  | 
void | 
ProjectContentRootFactory.getWorkspaceRoots(Workspace workspace,
                 IntersectedFilters applicationContentFilters,
                 IntersectedFilters auxiliaryContentFilters,
                 java.util.Collection<ContentRoot> roots)  | 
void | 
ApplicationContentRootFactory.getWorkspaceRoots(Workspace workspace,
                 IntersectedFilters applicationContentFilters,
                 IntersectedFilters auxiliaryContentFilters,
                 java.util.Collection<ContentRoot> roots)  | 
| Constructor and Description | 
|---|
DefaultContentCache(java.util.List<ContentRoot> roots)  | 
DefaultContentDirectory(java.net.URL url,
                       java.lang.String relativePath,
                       java.util.Collection<ContentRoot> roots)  |