Uses of Class
org.eclipse.jgit.treewalk.filter.PathFilter

Packages that use PathFilter
org.eclipse.jgit.treewalk.filter   
 

Uses of PathFilter in org.eclipse.jgit.treewalk.filter
 

Methods in org.eclipse.jgit.treewalk.filter that return PathFilter
 PathFilter PathFilter.clone()
           
static PathFilter PathFilter.create(java.lang.String path)
          Create a new tree filter for a user supplied path.
 

Method parameters in org.eclipse.jgit.treewalk.filter with type arguments of type PathFilter
static TreeFilter PathFilterGroup.create(java.util.Collection<PathFilter> paths)
          Create a collection of path filters.
 



Copyright © 2011. All Rights Reserved.