public class AuthorSetFilter extends PersonSetFilter
PersonIdent objects for each commit
visited.personsrepository| Constructor and Description |
|---|
AuthorSetFilter() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.jgit.revwalk.filter.RevFilter |
clone()
Clones this filter.
|
protected org.eclipse.jgit.lib.PersonIdent |
getPerson(org.eclipse.jgit.revwalk.RevCommit commit)
Get the person from the commit to include in set
|
getPersons, include, resetinclude, setRepository, setStop, throwIOExceptionprotected org.eclipse.jgit.lib.PersonIdent getPerson(org.eclipse.jgit.revwalk.RevCommit commit)
PersonSetFiltergetPerson in class PersonSetFilterpublic org.eclipse.jgit.revwalk.filter.RevFilter 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-2017. All Rights Reserved.