Uses of Class
org.eclipse.jgit.treewalk.filter.TreeFilter.MutableBoolean
Packages that use TreeFilter.MutableBoolean
Package
Description
Walking revision graphs (commit history).
Filters for use in tree walking.
-
Uses of TreeFilter.MutableBoolean in org.eclipse.jgit.revwalk
Methods in org.eclipse.jgit.revwalk with parameters of type TreeFilter.MutableBooleanModifier and TypeMethodDescriptionbooleanFollowFilter.shouldTreeWalk(RevCommit c, RevWalk rw, TreeFilter.MutableBoolean cpfUsed) -
Uses of TreeFilter.MutableBoolean in org.eclipse.jgit.treewalk.filter
Methods in org.eclipse.jgit.treewalk.filter with parameters of type TreeFilter.MutableBooleanModifier and TypeMethodDescriptionbooleanChangedPathTreeFilter.shouldTreeWalk(RevCommit c, RevWalk rw, TreeFilter.MutableBoolean cpfUsed) booleanTreeFilter.shouldTreeWalk(RevCommit c, RevWalk rw, TreeFilter.MutableBoolean cpfUsed) Return true if the tree entries within this commit requireTreeFilter.include(TreeWalk)to correctly determine whether they are interesting to report.