oracle.jdevimpl.audit.model
Class ProjectContentRootFactory
java.lang.Object
   oracle.jdevimpl.audit.model.ProjectContentRootFactory
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.
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
ProjectContentRootFactory
public ProjectContentRootFactory()
getRoots
public void getRoots(Workspace workspace,
                     Project project,
                     IntersectedFilters projectFilters,
                     java.util.Collection<ContentRoot> roots)
- 
- Specified by:
- getRootsin interface- ContentRootFactory
 
- 
 
Copyright © 1997, 2011, Oracle. All rights reserved.