include
public final boolean include(ObjectWalk walker,
AnyObjectId objid)
throws MissingObjectException,
IncorrectObjectTypeException,
java.io.IOException
Determine if the named object should be included in the walk.
- Specified by:
include
in class ObjectFilter
- Parameters:
walker
- the active walker this filter is being invoked from within.
objid
- the object currently being tested.
- Returns:
true
if the named object should be included in the walk.
- Throws:
MissingObjectException
- an object the filter needed to consult to determine its
answer was missing
IncorrectObjectTypeException
- an object the filter needed to consult to determine its
answer was of the wrong type
java.io.IOException
- an object the filter needed to consult to determine its
answer could not be read.