org.gitective.core.filter.commit
Class CommitterSetFilter
java.lang.Object
org.eclipse.jgit.revwalk.filter.RevFilter
org.gitective.core.filter.commit.CommitFilter
org.gitective.core.filter.commit.PersonSetFilter
org.gitective.core.filter.commit.CommitterSetFilter
- All Implemented Interfaces:
- Cloneable
public class CommitterSetFilter
- extends PersonSetFilter
Filter that collects committer PersonIdent objects for each commit
visited.
| Fields inherited from class org.eclipse.jgit.revwalk.filter.RevFilter |
ALL, MERGE_BASE, NO_MERGES, NONE |
|
Method Summary |
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 |
| Methods inherited from class org.eclipse.jgit.revwalk.filter.RevFilter |
negate, requiresCommitBody, toString |
CommitterSetFilter
public CommitterSetFilter()
getPerson
protected org.eclipse.jgit.lib.PersonIdent getPerson(org.eclipse.jgit.revwalk.RevCommit commit)
- Description copied from class:
PersonSetFilter
- Get the person from the commit to include in set
- Specified by:
getPerson in class PersonSetFilter
- Returns:
- person
clone
public org.eclipse.jgit.revwalk.filter.RevFilter clone()
- Description copied from class:
CommitFilter
- Clones this filter.
The default implementation throws a UnsupportedOperationException
and sub-classes should override if filter cloning is supported.
- Overrides:
clone in class CommitFilter
- See Also:
RevFilter.clone()
Copyright © 2011-2012. All Rights Reserved.