Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.6.0)

E13403-07

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 getRoots(Workspace workspace, Project project, IntersectedFilters projectFilters, java.util.Collection<ContentRoot> roots)
           
 
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

getRoots

public void getRoots(Workspace workspace,
                     Project project,
                     IntersectedFilters projectFilters,
                     java.util.Collection<ContentRoot> roots)
Specified by:
getRoots in interface ContentRootFactory

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.6.0)

E13403-07

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