|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--net.sf.statcvs.model.TimeSpanPredicate
Filters revisions that belong to a time span
Constructor Summary | |
TimeSpanPredicate(java.util.Date from,
java.util.Date to)
Constructor for TimeSpanPredicate. |
Method Summary | |
boolean |
meets(CvsRevision rev)
Filters revisions that belong to a time span |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TimeSpanPredicate(java.util.Date from, java.util.Date to)
from
- beginning of time spanto
- end of time spanMethod Detail |
public boolean meets(CvsRevision rev)
meets
in interface RevisionPredicate
rev
- Revision to with the predicate is applied
RevisionPredicate.meets(CvsRevision)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |