Package | Description |
---|---|
org.eclipse.jgit.errors |
Exceptions thrown by lower-level JGit APIs.
|
org.eclipse.jgit.revwalk |
Walking revision graphs (commit history).
|
org.eclipse.jgit.revwalk.filter |
Filters for use in revision walking.
|
Modifier and Type | Field | Description |
---|---|---|
static StopWalkException |
StopWalkException.INSTANCE |
Singleton instance for throwing within a filter.
|
Modifier and Type | Method | Description |
---|---|---|
boolean |
TreeRevFilter.include(RevWalk walker,
RevCommit c) |
Modifier and Type | Method | Description |
---|---|---|
boolean |
MaxCountRevFilter.include(RevWalk walker,
RevCommit cmit) |
|
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) |
Copyright © 2018. All rights reserved.