public abstract class CommitFieldLengthFilter extends CommitFilter implements Iterable<org.eclipse.jgit.revwalk.RevCommit>
| Modifier and Type | Field and Description |
|---|---|
protected Set<org.eclipse.jgit.revwalk.RevCommit> |
commits
Commits tracked
|
protected int |
length
Field length
|
repository| Constructor and Description |
|---|
CommitFieldLengthFilter() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
include(int fieldLength,
org.eclipse.jgit.revwalk.RevCommit commit)
Include commit with given field length
|
Iterator<org.eclipse.jgit.revwalk.RevCommit> |
iterator() |
CommitFilter |
reset()
Resets the filter state.
|
clone, include, setRepository, setStop, throwIOExceptioninclude, negate, requiresCommitBody, toStringequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEach, spliteratorprotected final Set<org.eclipse.jgit.revwalk.RevCommit> commits
protected int length
protected void include(int fieldLength,
org.eclipse.jgit.revwalk.RevCommit commit)
fieldLength - commit - public CommitFilter reset()
CommitFilterreset in class CommitFilterCopyright © 2011-2017. All Rights Reserved.