|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--net.sf.statcvs.model.UserPredicate
Filter for Usernames filters revisions that meet a given set of usernames
Constructor Summary | |
UserPredicate(Author author)
Constructor UserPredicate. |
Method Summary | |
boolean |
meets(CvsRevision rev)
Filters revisions that meet a given set of usernames |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public UserPredicate(Author author)
author
- the author to filter forMethod 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 |