public abstract class ShortestPersonEmailFilter extends CommitFieldLengthFilter
PersonIdent associated with each commitcommits, lengthrepository| Constructor and Description |
|---|
ShortestPersonEmailFilter() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract org.eclipse.jgit.lib.PersonIdent |
getPerson(org.eclipse.jgit.revwalk.RevWalk walker,
org.eclipse.jgit.revwalk.RevCommit commit)
Get person from commit
|
boolean |
include(org.eclipse.jgit.revwalk.RevWalk walker,
org.eclipse.jgit.revwalk.RevCommit commit) |
include, iterator, resetclone, include, setRepository, setStop, throwIOExceptionnegate, requiresCommitBody, toStringequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic boolean include(org.eclipse.jgit.revwalk.RevWalk walker,
org.eclipse.jgit.revwalk.RevCommit commit)
throws IOException
include in class org.eclipse.jgit.revwalk.filter.RevFilterIOExceptionprotected abstract org.eclipse.jgit.lib.PersonIdent getPerson(org.eclipse.jgit.revwalk.RevWalk walker,
org.eclipse.jgit.revwalk.RevCommit commit)
walker - commit - Copyright © 2011-2018. All Rights Reserved.