private static final class ObjectFilter.AllFilter extends ObjectFilter
ALL
Modifier | Constructor and Description |
---|---|
private |
AllFilter() |
Modifier and Type | Method and Description |
---|---|
boolean |
include(ObjectWalk walker,
AnyObjectId o)
Determine if the named object should be included in the walk.
|
public boolean include(ObjectWalk walker, AnyObjectId o)
ObjectFilter
include
in class ObjectFilter
walker
- the active walker this filter is being invoked from within.o
- the object currently being tested.true
if the named object should be included in the walk.