|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.statcvs.model.UserPredicate
Filter for Usernames filters revisions that meet a given set of usernames
Constructor Summary | |
UserPredicate(java.util.Set usernames)
Constructor for UserPredicate. |
|
UserPredicate(java.lang.String username)
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(java.util.Set usernames)
usernames
- set of userspublic UserPredicate(java.lang.String username)
username
- for one userMethod 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 |