Uses of Class
org.eclipse.jgit.treewalk.filter.PathFilter
-
Packages that use PathFilter Package Description org.eclipse.jgit.internal.diff org.eclipse.jgit.treewalk.filter Filters for use in tree walking. -
-
Uses of PathFilter in org.eclipse.jgit.internal.diff
Methods in org.eclipse.jgit.internal.diff with parameters of type PathFilter Modifier and Type Method Description List<DiffEntry>FilteredRenameDetector. compute(List<DiffEntry> diffs, PathFilter pathFilter) -
Uses of PathFilter in org.eclipse.jgit.treewalk.filter
Methods in org.eclipse.jgit.treewalk.filter that return PathFilter Modifier and Type Method Description PathFilterPathFilter. clone()Clone this tree filter, including its parameters.static PathFilterPathFilter. create(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 Modifier and Type Method Description static TreeFilterPathFilterGroup. create(Collection<PathFilter> paths)Create a collection of path filters.
-