Package org.eclipse.jgit.treewalk.filter
package org.eclipse.jgit.treewalk.filter
Filters for use in tree walking.
-
ClassesClassDescriptionIncludes a tree entry only if all subfilters include the same tree entry.Specialized set for byte arrays, interpreted as strings for use in
PathFilterGroup.Group
.An incremental hash function.A performance optimized variant ofTreeFilter.ANY_DIFF
which should be used when among the walked trees there is aDirCacheIterator
and aWorkingTreeIterator
.A filter for extracting changes between two versions of the dircache.SkipWorkingTreeIterator
entries that appear in gitignore files.Includes an entry only if the subfilter does not include the entry.Includes a tree entry if any subfilters include the same tree entry.Includes tree entries only if they match the configured path.Includes tree entries only if they match one or more configured paths.Includes tree entries only if they end with the configured path (suffix match).To be used in combination with a DirCacheIterator: includes only tree entries for which 'skipWorkTree' flag is not set.Selects interesting tree entries during walking.For testing an array ofTreeFilter
during aTreeWalk
for each entry and returning the result as a bitmask.