|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objecteclipseme.core.model.impl.SourceResourcesFilter
A resource filter implementation to handle filtering of the source folder resources.
Note: This class/interface is part of an interim API that is still under development and expected to change before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken as the API evolves.
Copyright (c) 2004 Craig Setera
| Constructor Summary | |
SourceResourcesFilter(org.eclipse.jdt.core.IJavaProject javaProject)
Construct a new filter instance. |
|
| Method Summary | |
boolean |
shouldBeIncluded(org.eclipse.core.resources.IFile file)
Return a boolean indicating whether the specified file should be included. |
boolean |
shouldTraverseContainer(org.eclipse.core.resources.IContainer container)
Return a boolean indicating whether the specified container should be traversed. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SourceResourcesFilter(org.eclipse.jdt.core.IJavaProject javaProject)
throws org.eclipse.jdt.core.JavaModelException
| Method Detail |
public boolean shouldTraverseContainer(org.eclipse.core.resources.IContainer container)
IResourceFilter
shouldTraverseContainer in interface IResourceFiltercontainer - the container to be traversed
IResourceFilter.shouldTraverseContainer(org.eclipse.core.resources.IContainer)public boolean shouldBeIncluded(org.eclipse.core.resources.IFile file)
IResourceFilter
shouldBeIncluded in interface IResourceFilterfile - the file to be tested
IResourceFilter.shouldBeIncluded(org.eclipse.core.resources.IFile)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||