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 ItemFilteritem - 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 © 2010 - 2020 Adobe. All Rights Reserved