Package org.eclipse.jgit.treewalk.filter

Class Summary
AndTreeFilter Includes a tree entry only if all subfilters include the same tree entry.
NotTreeFilter Includes an entry only if the subfilter does not include the entry.
OrTreeFilter Includes a tree entry if any subfilters include the same tree entry.
PathFilter Includes tree entries only if they match the configured path.
PathFilterGroup Includes tree entries only if they match one or more configured paths.
PathSuffixFilter Includes tree entries only if they match the configured path.
TreeFilter Selects interesting tree entries during walking.