|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.jdevimpl.audit.model.ProjectContentRootFactory
public class ProjectContentRootFactory
A factory for the content roots of a project. Any filters to be applied to the entire contents of the project, such as the global ignore list or the current working set, must be supplied to the constructor.
Note: updating is possible, but not needed by Audit currently.
Constructor Summary | |
---|---|
ProjectContentRootFactory() |
Method Summary | |
---|---|
void |
getProjectRoots(Workspace workspace, Project project, IntersectedFilters projectContentFilters, IntersectedFilters auxiliaryContentFilters, java.util.Collection<ContentRoot> roots) Gets content roots for a project. |
void |
getWorkspaceRoots(Workspace workspace, IntersectedFilters applicationContentFilters, IntersectedFilters auxiliaryContentFilters, java.util.Collection<ContentRoot> roots) Gets content roots for a workspace. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ProjectContentRootFactory()
Method Detail |
---|
public void getWorkspaceRoots(Workspace workspace, IntersectedFilters applicationContentFilters, IntersectedFilters auxiliaryContentFilters, java.util.Collection<ContentRoot> roots)
ContentRootFactory
getWorkspaceRoots
in interface ContentRootFactory
workspace
- The workspace.applicationContentFilters
- The filters for application content.auxiliaryContentFilters
- The filters for auxiliary application content.roots
- A collection to which to add the roots.public void getProjectRoots(Workspace workspace, Project project, IntersectedFilters projectContentFilters, IntersectedFilters auxiliaryContentFilters, java.util.Collection<ContentRoot> roots)
ContentRootFactory
getProjectRoots
in interface ContentRootFactory
workspace
- The workspace containing the project.project
- The project.projectContentFilters
- The filters for project content.auxiliaryContentFilters
- The filters for auxiliary project content.roots
- A collection to which to add the roots.
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |