Uses of Class
org.eclipse.jgit.treewalk.filter.PathFilter
Packages that use PathFilter
Package
Description
High-level API commands (the porcelain of JGit).
Computing blame/annotate information of files.
Walking revision graphs (commit history).
Filters for use in tree walking.
-
Uses of PathFilter in org.eclipse.jgit.api
Fields in org.eclipse.jgit.api with type parameters of type PathFilter -
Uses of PathFilter in org.eclipse.jgit.blame
Fields in org.eclipse.jgit.blame declared as PathFilterModifier and TypeFieldDescriptionprivate final PathFilter
BlameGenerator.resultPath
(package private) PathFilter
Candidate.sourcePath
Path of the candidate file inCandidate.sourceCommit
.Methods in org.eclipse.jgit.blame with parameters of type PathFilterModifier and TypeMethodDescription(package private) Candidate
Candidate.create
(Repository repo, RevCommit commit, PathFilter path) (package private) Candidate
Candidate.ReverseCandidate.create
(Repository repo, RevCommit commit, PathFilter path) private boolean
BlameGenerator.find
(RevCommit commit, PathFilter path) private DiffEntry
BlameGenerator.findRename
(RevCommit parent, RevCommit commit, PathFilter path) Constructors in org.eclipse.jgit.blame with parameters of type PathFilterModifierConstructorDescription(package private)
BlobCandidate
(Repository repo, String name, PathFilter path) (package private)
Candidate
(Repository repo, RevCommit commit, PathFilter path) (package private)
HeadCandidate
(Repository repo, PathFilter path, List<RevCommit> parents) (package private)
ReverseCandidate
(Repository repo, ReverseWalk.ReverseCommit commit, PathFilter path) -
Uses of PathFilter in org.eclipse.jgit.revwalk
Fields in org.eclipse.jgit.revwalk declared as PathFilterConstructors in org.eclipse.jgit.revwalk with parameters of type PathFilter -
Uses of PathFilter in org.eclipse.jgit.treewalk.filter
Fields in org.eclipse.jgit.treewalk.filter declared as PathFilterMethods in org.eclipse.jgit.treewalk.filter that return PathFilterModifier and TypeMethodDescriptionPathFilter.clone()
Clone this tree filter, including its parameters.static PathFilter
Create a new tree filter for a user supplied path.Methods in org.eclipse.jgit.treewalk.filter with parameters of type PathFilterModifier and TypeMethodDescriptionprivate static TreeFilter
PathFilterGroup.create
(PathFilter[] p) Method parameters in org.eclipse.jgit.treewalk.filter with type arguments of type PathFilterModifier and TypeMethodDescriptionstatic TreeFilter
PathFilterGroup.create
(Collection<PathFilter> paths) Create a collection of path filters.Constructors in org.eclipse.jgit.treewalk.filter with parameters of type PathFilterModifierConstructorDescriptionprivate
Group
(PathFilter[] pathFilters) private
Single
(PathFilter p)