Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


oracle.jdevimpl.audit.model
Class ProjectContentRootFactory

java.lang.Object
  extended by oracle.jdevimpl.audit.model.ProjectContentRootFactory

All Implemented Interfaces:
ContentRootFactory

public class ProjectContentRootFactory
extends java.lang.Object
implements ContentRootFactory

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

ProjectContentRootFactory

public ProjectContentRootFactory()

Method Detail

getWorkspaceRoots

public void getWorkspaceRoots(Workspace workspace,
                              IntersectedFilters filters,
                              java.util.Collection<ContentRoot> roots)
Description copied from interface: ContentRootFactory
Gets content roots for a workspace.
Specified by:
getWorkspaceRoots in interface ContentRootFactory
Parameters:
workspace - The workspace.
filters - The filters for the content roots.
roots - A collection to which to add the roots.

getProjectRoots

public void getProjectRoots(Workspace workspace,
                            Project project,
                            IntersectedFilters filters,
                            IntersectedFilters workingSetFilters,
                            java.util.Collection<ContentRoot> roots)
Description copied from interface: ContentRootFactory
Gets content roots for a project.
Specified by:
getProjectRoots in interface ContentRootFactory
Parameters:
workspace - 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.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


Copyright © 1997, 2012, Oracle. All rights reserved.