Package | Description |
---|---|
org.eclipse.jgit.errors | |
org.eclipse.jgit.revwalk.filter |
Modifier and Type | Field and Description |
---|---|
static StopWalkException |
StopWalkException.INSTANCE
Singleton instance for throwing within a filter.
|
Modifier and Type | Method and Description |
---|---|
abstract boolean |
RevFilter.include(RevWalk walker,
RevCommit cmit)
Determine if the supplied commit should be included in results.
|
boolean |
SkipRevFilter.include(RevWalk walker,
RevCommit cmit) |
boolean |
MaxCountRevFilter.include(RevWalk walker,
RevCommit cmit) |
Copyright © 2012. All Rights Reserved.