public class BaseFilter extends Object implements ItemFilter
ALL, NONE
Constructor and Description |
---|
BaseFilter() |
Modifier and Type | Method and Description |
---|---|
void |
dump(DumpContext ctx,
boolean isLast)
Dumps some human readable information using the given context.
|
boolean |
matches(Item item,
int depth)
Checks if the given item matches this filters criteria.
|
public boolean matches(Item item, int depth) throws RepositoryException
matches
in interface ItemFilter
item
- the item to checkdepth
- a relative depth.true
if this filter matches the criteria;
false
otherwise.RepositoryException
- if an error occurs.public void dump(DumpContext ctx, boolean isLast)
"Copyright © 2006 - 2016 Adobe Systems Incorporated. All Rights Reserved"