Uses of Package
org.eclipse.jgit.treewalk
Packages that use org.eclipse.jgit.treewalk
Package
Description
High-level API commands (the porcelain of JGit).
Support for reading .gitattributes.
Comparing file contents by computing diffs.
Reading and editing the directory cache (index).
Core API for repository, config, refs, object database.
Content and commit history merge algorithms.
Walking revision graphs (commit history).
Git submodule support.
Walking and comparing directory/file trees (of commits, file system).
Filters for use in tree walking.
Utility classes.
Utility classes for IO (streams).
-
Classes in org.eclipse.jgit.treewalk used by org.eclipse.jgit.apiClassDescriptionWalks a Git tree (directory) in Git sort order.Walks a working directory tree as part of a
TreeWalk
. -
Classes in org.eclipse.jgit.treewalk used by org.eclipse.jgit.attributesClassDescriptionParses raw Git trees from the canonical semi-text/semi-binary format.Walks one or more
AbstractTreeIterator
s in parallel. -
Classes in org.eclipse.jgit.treewalk used by org.eclipse.jgit.diffClassDescriptionWalks a Git tree (directory) in Git sort order.Walks one or more
AbstractTreeIterator
s in parallel.Walks a working directory tree as part of aTreeWalk
. -
Classes in org.eclipse.jgit.treewalk used by org.eclipse.jgit.dircacheClassDescriptionWalks a Git tree (directory) in Git sort order.Iterator over an empty tree (a directory with no files).Walks a working directory tree as part of a
TreeWalk
.Options used by theWorkingTreeIterator
. -
Classes in org.eclipse.jgit.treewalk used by org.eclipse.jgit.lib
-
Classes in org.eclipse.jgit.treewalk used by org.eclipse.jgit.mergeClassDescriptionWalks a Git tree (directory) in Git sort order.Parses raw Git trees from the canonical semi-text/semi-binary format.Specialized TreeWalk to detect directory-file (D/F) name conflicts.Walks one or more
AbstractTreeIterator
s in parallel.Walks a working directory tree as part of aTreeWalk
. -
Classes in org.eclipse.jgit.treewalk used by org.eclipse.jgit.revwalk
-
Classes in org.eclipse.jgit.treewalk used by org.eclipse.jgit.submodule
-
Classes in org.eclipse.jgit.treewalk used by org.eclipse.jgit.treewalkClassDescriptionWalks a Git tree (directory) in Git sort order.Parses raw Git trees from the canonical semi-text/semi-binary format.Iterator over an empty tree (a directory with no files).Working directory iterator for standard Java IO.A default implementation of a FileModeStrategy; defaults to treating nested .git directories as gitlinks, etc.An interface representing the methods used to determine the FileMode for a FileEntry.A FileModeStrategy that implements native git's DIR_NO_GITLINKS behavior.Walks one or more
AbstractTreeIterator
s in parallel.Type of operation to retrieve git attributes for.Walks a working directory tree as part of aTreeWalk
.A single entry within a working directory tree.The result of a metadata-comparison between the current entry and aDirCacheEntry
Options used by theWorkingTreeIterator
. -
Classes in org.eclipse.jgit.treewalk used by org.eclipse.jgit.treewalk.filter
-
Classes in org.eclipse.jgit.treewalk used by org.eclipse.jgit.utilClassDescriptionAn interface representing the methods used to determine the FileMode for a FileEntry.A single entry within a working directory tree.
-
Classes in org.eclipse.jgit.treewalk used by org.eclipse.jgit.util.ioClassDescriptionType of operation to retrieve git attributes for.Options used by the
WorkingTreeIterator
.