|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.2.0) E17493-03 |
|||||||||
| 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 filters, IntersectedFilters workingSetFilters, java.util.Collection<ContentRoot> roots)Gets content roots for a project. |
void |
getWorkspaceRoots(Workspace workspace, IntersectedFilters filters, 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 filters,
java.util.Collection<ContentRoot> roots)
ContentRootFactorygetWorkspaceRoots in interface ContentRootFactoryworkspace - The workspace.filters - The filters for the content roots.roots - A collection to which to add the roots.
public void getProjectRoots(Workspace workspace,
Project project,
IntersectedFilters filters,
IntersectedFilters workingSetFilters,
java.util.Collection<ContentRoot> roots)
ContentRootFactorygetProjectRoots in interface ContentRootFactoryworkspace - The workspace containing the project.project - The project.filters - The filters for the content roots.workingSetFilters - The working set filters for the content roots.roots - A collection to which to add the roots.
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.2.0) E17493-03 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||