Uses of Class
org.gitective.core.filter.commit.PersonFilter

Packages that use PersonFilter
org.gitective.core.filter.commit   
 

Uses of PersonFilter in org.gitective.core.filter.commit
 

Subclasses of PersonFilter in org.gitective.core.filter.commit
 class AuthorFilter
          Person filter that includes commits where a PersonIdent matches the name and e-mail address of a commit's author.
 class CommitterFilter
          Person filter that includes commits where a PersonIdent matches the name and e-mail address of the committer of a commit.
 



Copyright © 2011-2012. All Rights Reserved.