public class CommitterDateFilter extends DateFilter
timerepository| Constructor and Description |
|---|
CommitterDateFilter(Date date)
Create a new committer date filter for the given date
|
CommitterDateFilter(long time)
Create a new committer date filter for the given time
|
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.jgit.revwalk.filter.RevFilter |
clone()
Clones this filter.
|
protected Date |
getDate(org.eclipse.jgit.revwalk.RevCommit commit)
Get a date from the commit to compare against
|
getWhen, includeinclude, reset, setRepository, setStop, throwIOExceptionpublic CommitterDateFilter(Date date)
date - public CommitterDateFilter(long time)
time - protected Date getDate(org.eclipse.jgit.revwalk.RevCommit commit)
DateFiltergetDate in class DateFilterpublic 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-2016. All Rights Reserved.