public class ShortestAuthorEmailFilter extends ShortestPersonEmailFilter
commits, lengthrepository| Constructor and Description |
|---|
ShortestAuthorEmailFilter()
Create shortest author email filter
|
| Modifier and Type | Method and Description |
|---|---|
ShortestAuthorEmailFilter |
clone()
Clones this filter.
|
Set<org.eclipse.jgit.revwalk.RevCommit> |
getCommits()
Get the commits with the shortest author email address length
|
int |
getLength()
Get the length of the shortest commit author email address visited
|
protected org.eclipse.jgit.lib.PersonIdent |
getPerson(org.eclipse.jgit.revwalk.RevWalk walker,
org.eclipse.jgit.revwalk.RevCommit commit)
Get person from commit
|
includeinclude, iterator, resetinclude, setRepository, setStop, throwIOExceptionnegate, requiresCommitBody, toStringequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic ShortestAuthorEmailFilter()
protected org.eclipse.jgit.lib.PersonIdent getPerson(org.eclipse.jgit.revwalk.RevWalk walker,
org.eclipse.jgit.revwalk.RevCommit commit)
ShortestPersonEmailFiltergetPerson in class ShortestPersonEmailFilterpublic Set<org.eclipse.jgit.revwalk.RevCommit> getCommits()
public int getLength()
public ShortestAuthorEmailFilter clone()
CommitFilter
The default implementation throws a UnsupportedOperationException
and sub-classes should override if filter cloning is supported.
clone in class CommitFilterRevFilter.clone()Copyright © 2011-2018. All Rights Reserved.