public static interface ObjectWalk.VisitationPolicy
ObjectWalk.nextObject()
) again. However, this behavior can be
overridden by supplying a different implementation of this class.Modifier and Type | Method and Description |
---|---|
boolean |
shouldVisit(RevObject o)
Whenever the rev or object walk reaches a Git object, if that object
already exists as a RevObject, this method is called to determine if
that object should be visited.
|
void |
visited(RevObject o)
Called when an object is visited.
|
boolean shouldVisit(RevObject o)
o
- the object to check if it should be visitedvoid visited(RevObject o)
o
- the object that was visitedCopyright © 2020 Eclipse JGit Project. All rights reserved.