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.
Computing blame/annotate information of files.
Comparing file contents by computing diffs.
Reading and editing the directory cache (index).
Reading/writing Git pack files.
Core API for repository, config, refs, object database.
Content and commit history merge algorithms.
Git notes processing (for commits, etc).
Walking revision graphs (commit history).
Git submodule support.
Transport (fetch/push) for different protocols.
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 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.attributesClassDescriptionWalks a Git tree (directory) in Git sort order.Parses raw Git trees from the canonical semi-text/semi-binary format.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.blame
-
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.Parses raw Git trees from the canonical semi-text/semi-binary format.Iterator over an empty tree (a directory with no files).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
.Options used by theWorkingTreeIterator
. -
Classes in org.eclipse.jgit.treewalk used by org.eclipse.jgit.internal.storage.packClassDescriptionParses raw Git trees from the canonical semi-text/semi-binary format.
-
Classes in org.eclipse.jgit.treewalk used by org.eclipse.jgit.junit
-
Classes in org.eclipse.jgit.treewalk used by org.eclipse.jgit.lfs.lib
-
Classes in org.eclipse.jgit.treewalk used by org.eclipse.jgit.libClassDescriptionWalks 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.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
.Options used by theWorkingTreeIterator
. -
Classes in org.eclipse.jgit.treewalk used by org.eclipse.jgit.notesClassDescriptionWalks a Git tree (directory) in Git sort order.Parses raw Git trees from the canonical semi-text/semi-binary format.
-
Classes in org.eclipse.jgit.treewalk used by org.eclipse.jgit.pgmClassDescriptionWalks a Git tree (directory) in Git sort order.Walks one or more
AbstractTreeIterator
s in parallel. -
Classes in org.eclipse.jgit.treewalk used by org.eclipse.jgit.pgm.debug
-
Classes in org.eclipse.jgit.treewalk used by org.eclipse.jgit.pgm.opt
-
Classes in org.eclipse.jgit.treewalk used by org.eclipse.jgit.revwalk
-
Classes in org.eclipse.jgit.treewalk used by org.eclipse.jgit.submoduleClassDescriptionWalks a Git tree (directory) in Git sort order.Walks one or more
AbstractTreeIterator
s in parallel. -
Classes in org.eclipse.jgit.treewalk used by org.eclipse.jgit.transport
-
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.Specialized comparator for
Instant
s.Walks one or moreAbstractTreeIterator
s in parallel.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
Magic type indicating we know rules exist, but they aren't loaded.Options used by theWorkingTreeIterator
. -
Classes in org.eclipse.jgit.treewalk used by org.eclipse.jgit.treewalk.filterClassDescriptionWalks 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.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.io