Uses of Class
org.eclipse.jgit.treewalk.filter.TreeFilter
Packages that use TreeFilter
Package
Description
High-level API commands (the porcelain of JGit).
Comparing file contents by computing diffs.
Core API for repository, config, refs, object database.
Walking revision graphs (commit history).
Git submodule support.
Walking and comparing directory/file trees (of commits, file system).
Filters for use in tree walking.
-
Uses of TreeFilter in org.eclipse.jgit.api
Fields in org.eclipse.jgit.api declared as TreeFilterFields in org.eclipse.jgit.api with type parameters of type TreeFilterMethods in org.eclipse.jgit.api with parameters of type TreeFilterModifier and TypeMethodDescriptionDiffCommand.setPathFilter(TreeFilter pathFilter) Set path filter -
Uses of TreeFilter in org.eclipse.jgit.diff
Fields in org.eclipse.jgit.diff declared as TreeFilterMethods in org.eclipse.jgit.diff that return TreeFilterModifier and TypeMethodDescriptionprivate static TreeFilterDiffFormatter.getDiffTreeFilterFor(AbstractTreeIterator a, AbstractTreeIterator b) DiffFormatter.getPathFilter()Get path filterMethods in org.eclipse.jgit.diff with parameters of type TreeFilterModifier and TypeMethodDescriptionDiffEntry.scan(TreeWalk walk, boolean includeTrees, TreeFilter[] markTreeFilters) Convert the TreeWalk into DiffEntry headers, depending onincludeTreesit will add tree objects into result or not.voidDiffFormatter.setPathFilter(TreeFilter filter) Set the filter to produce only specific paths. -
Uses of TreeFilter in org.eclipse.jgit.lfs.lib
Subclasses of TreeFilter in org.eclipse.jgit.lfs.libModifier and TypeClassDescriptionclassDetects Large File pointers, as described in [1] in Git repository.Methods in org.eclipse.jgit.lfs.lib that return TreeFilterModifier and TypeMethodDescriptionLfsPointerFilter.clone()Clone this tree filter, including its parameters. -
Uses of TreeFilter in org.eclipse.jgit.lib
Subclasses of TreeFilter in org.eclipse.jgit.libFields in org.eclipse.jgit.lib declared as TreeFilterMethods in org.eclipse.jgit.lib that return TreeFilterMethods in org.eclipse.jgit.lib with parameters of type TreeFilter -
Uses of TreeFilter in org.eclipse.jgit.pgm
Fields in org.eclipse.jgit.pgm declared as TreeFilterModifier and TypeFieldDescriptionprivate TreeFilterDiff.pathFilterprivate TreeFilterDiffTool.pathFilterprivate TreeFilterDiffTree.pathFilterprotected TreeFilterRevWalkTextBuiltin.pathFilterprotected TreeFilterShow.pathFilter -
Uses of TreeFilter in org.eclipse.jgit.pgm.opt
Constructor parameters in org.eclipse.jgit.pgm.opt with type arguments of type TreeFilterModifierConstructorDescriptionPathTreeFilterHandler(org.kohsuke.args4j.CmdLineParser parser, org.kohsuke.args4j.OptionDef option, org.kohsuke.args4j.spi.Setter<? super TreeFilter> setter) Create a new handler for the command name. -
Uses of TreeFilter in org.eclipse.jgit.revwalk
Subclasses of TreeFilter in org.eclipse.jgit.revwalkModifier and TypeClassDescriptionclassUpdates the internal path filter to follow copy/renames.Fields in org.eclipse.jgit.revwalk declared as TreeFilterMethods in org.eclipse.jgit.revwalk that return TreeFilterModifier and TypeMethodDescriptionFollowFilter.clone()Clone this tree filter, including its parameters.RevWalk.getTreeFilter()Get the tree filter used to simplify commits by modified paths.Methods in org.eclipse.jgit.revwalk with parameters of type TreeFilterModifier and TypeMethodDescriptionvoidRevWalk.setTreeFilter(TreeFilter newFilter) Set the tree filter used to simplify commits by modified paths.Constructors in org.eclipse.jgit.revwalk with parameters of type TreeFilterModifierConstructorDescriptionTreeRevFilter(RevWalk walker, TreeFilter t) Create aRevFilterfrom aTreeFilter.(package private)TreeRevFilter(RevWalk walker, TreeFilter t, int rewriteFlag) Create a filter for the first phase of a parent-rewriting limited revision walk. -
Uses of TreeFilter in org.eclipse.jgit.submodule
Methods in org.eclipse.jgit.submodule with parameters of type TreeFilter -
Uses of TreeFilter in org.eclipse.jgit.treewalk
Fields in org.eclipse.jgit.treewalk declared as TreeFilterMethods in org.eclipse.jgit.treewalk that return TreeFilterMethods in org.eclipse.jgit.treewalk with parameters of type TreeFilterModifier and TypeMethodDescriptionvoidTreeWalk.setFilter(TreeFilter newFilter) Set the tree entry filter for this walker. -
Uses of TreeFilter in org.eclipse.jgit.treewalk.filter
Subclasses of TreeFilter in org.eclipse.jgit.treewalk.filterModifier and TypeClassDescriptionclassIncludes a tree entry only if all subfilters include the same tree entry.private static classprivate static classclassA performance optimized variant ofANY_DIFFwhich should be used when among the walked trees there is aDirCacheIteratorand aWorkingTreeIterator.final classA filter for extracting changes between two versions of the dircache.classSkipWorkingTreeIteratorentries that appear in gitignore files.classIncludes an entry only if the subfilter does not include the entry.classIncludes a tree entry if any subfilters include the same tree entry.private static classprivate static classclassIncludes tree entries only if they match the configured path.(package private) static class(package private) static classclassIncludes tree entries only if they end with the configured path (suffix match).classTo be used in combination with a DirCacheIterator: includes only tree entries for which 'skipWorkTree' flag is not set.private static final classprivate static final classFields in org.eclipse.jgit.treewalk.filter declared as TreeFilterModifier and TypeFieldDescriptionprivate final TreeFilterAndTreeFilter.Binary.aprivate final TreeFilterNotTreeFilter.aprivate final TreeFilterOrTreeFilter.Binary.astatic final TreeFilterTreeFilter.ALLSelects all tree entries.static final TreeFilterTreeFilter.ANY_DIFFSelects only tree entries which differ between at least 2 trees.private final TreeFilterAndTreeFilter.Binary.bprivate final TreeFilterOrTreeFilter.Binary.bprivate final TreeFilter[]TreeFilterMarker.filtersstatic final TreeFilterInterIndexDiffFilter.INSTANCEPredefined InterIndexDiffFilter for finding changes between two dircachesprivate final TreeFilter[]AndTreeFilter.List.subfiltersprivate final TreeFilter[]OrTreeFilter.List.subfiltersMethods in org.eclipse.jgit.treewalk.filter that return TreeFilterModifier and TypeMethodDescriptionAndTreeFilter.Binary.clone()AndTreeFilter.List.clone()IndexDiffFilter.clone()Clone this tree filter, including its parameters.InterIndexDiffFilter.clone()Clone this tree filter, including its parameters.NotIgnoredFilter.clone()Clone this tree filter, including its parameters.NotTreeFilter.clone()Clone this tree filter, including its parameters.OrTreeFilter.Binary.clone()OrTreeFilter.List.clone()PathFilterGroup.Group.clone()PathFilterGroup.Single.clone()PathSuffixFilter.clone()Clone this tree filter, including its parameters.SkipWorkTreeFilter.clone()Clone this tree filter, including its parameters.TreeFilter.AllFilter.clone()TreeFilter.AnyDiffFilter.clone()abstract TreeFilterTreeFilter.clone()Clone this tree filter, including its parameters.static TreeFilterAndTreeFilter.create(Collection<TreeFilter> list) Create a filter around many filters, all of which must match.static TreeFilterAndTreeFilter.create(TreeFilter[] list) Create a filter around many filters, all of which must match.static TreeFilterAndTreeFilter.create(TreeFilter a, TreeFilter b) Create a filter with two filters, both of which must match.static TreeFilterNotTreeFilter.create(TreeFilter a) Create a filter that negates the result of another filter.static TreeFilterOrTreeFilter.create(Collection<TreeFilter> list) Create a filter around many filters, one of which must match.static TreeFilterOrTreeFilter.create(TreeFilter[] list) Create a filter around many filters, one of which must match.static TreeFilterOrTreeFilter.create(TreeFilter a, TreeFilter b) Create a filter with two filters, one of which must match.static TreeFilterPathFilterGroup.create(Collection<PathFilter> paths) Create a collection of path filters.private static TreeFilterPathFilterGroup.create(PathFilter[] p) static TreeFilterPathFilterGroup.createFromStrings(String... paths) Create a collection of path filters from Java strings.static TreeFilterPathFilterGroup.createFromStrings(Collection<String> paths) Create a collection of path filters from Java strings.NotTreeFilter.negate()Create a new filter that does the opposite of this filter.TreeFilter.negate()Create a new filter that does the opposite of this filter.Methods in org.eclipse.jgit.treewalk.filter with parameters of type TreeFilterModifier and TypeMethodDescriptionstatic TreeFilterAndTreeFilter.create(TreeFilter[] list) Create a filter around many filters, all of which must match.static TreeFilterAndTreeFilter.create(TreeFilter a, TreeFilter b) Create a filter with two filters, both of which must match.static TreeFilterNotTreeFilter.create(TreeFilter a) Create a filter that negates the result of another filter.static TreeFilterOrTreeFilter.create(TreeFilter[] list) Create a filter around many filters, one of which must match.static TreeFilterOrTreeFilter.create(TreeFilter a, TreeFilter b) Create a filter with two filters, one of which must match.Method parameters in org.eclipse.jgit.treewalk.filter with type arguments of type TreeFilterModifier and TypeMethodDescriptionstatic TreeFilterAndTreeFilter.create(Collection<TreeFilter> list) Create a filter around many filters, all of which must match.static TreeFilterOrTreeFilter.create(Collection<TreeFilter> list) Create a filter around many filters, one of which must match.Constructors in org.eclipse.jgit.treewalk.filter with parameters of type TreeFilterModifierConstructorDescription(package private)Binary(TreeFilter one, TreeFilter two) (package private)Binary(TreeFilter one, TreeFilter two) (package private)List(TreeFilter[] list) (package private)List(TreeFilter[] list) privateNotTreeFilter(TreeFilter one) TreeFilterMarker(TreeFilter[] markTreeFilters) Construct a TreeFilterMarker.