|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
This interface represents a filter controlling inclusion of resources into the packaged output.
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
| 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. |
| Method Detail |
public boolean shouldTraverseContainer(org.eclipse.core.resources.IContainer container)
container - the container to be traversed
public boolean shouldBeIncluded(org.eclipse.core.resources.IFile file)
file - the file to be tested
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||