Uses of Class
org.eclipse.jgit.internal.storage.commitgraph.ChangedPathFilter
Packages that use ChangedPathFilter
Package
Description
Walking revision graphs (commit history).
-
Uses of ChangedPathFilter in org.eclipse.jgit.internal.storage.commitgraph
Fields in org.eclipse.jgit.internal.storage.commitgraph declared as ChangedPathFilterModifier and TypeFieldDescriptionstatic final ChangedPathFilter
ChangedPathFilter.FULL
A filter that matches every path.Methods in org.eclipse.jgit.internal.storage.commitgraph that return ChangedPathFilterModifier and TypeMethodDescriptionstatic ChangedPathFilter
ChangedPathFilter.fromFile
(byte[] data, int offset, int length) Returns a filter read from a file.static ChangedPathFilter
ChangedPathFilter.fromPaths
(Set<ByteBuffer> paths) Returns a filter that matches all given paths.CommitGraph.getChangedPathFilter
(int graphPos) Get the changed path filter of the object at the commit-graph position. -
Uses of ChangedPathFilter in org.eclipse.jgit.revwalk
Methods in org.eclipse.jgit.revwalk that return ChangedPathFilterModifier and TypeMethodDescriptionRevCommit.getChangedPathFilter
(RevWalk rw) Get the changed path filter of the commit.