Uses of Package
org.eclipse.jgit.treewalk
-
Packages that use org.eclipse.jgit.treewalk Package Description org.eclipse.jgit.api High-level API commands (the porcelain of JGit).org.eclipse.jgit.attributes Support for reading .gitattributes.org.eclipse.jgit.blame Computing blame/annotate information of files.org.eclipse.jgit.diff Comparing file contents by computing diffs.org.eclipse.jgit.dircache Reading and editing the directory cache (index).org.eclipse.jgit.internal.storage.pack Reading/writing Git pack files.org.eclipse.jgit.junit org.eclipse.jgit.lfs.lib org.eclipse.jgit.lib Core API for repository, config, refs, object database.org.eclipse.jgit.merge Content and commit history merge algorithms.org.eclipse.jgit.notes Git notes processing (for commits, etc).org.eclipse.jgit.pgm org.eclipse.jgit.pgm.debug org.eclipse.jgit.pgm.opt org.eclipse.jgit.revwalk Walking revision graphs (commit history).org.eclipse.jgit.submodule Git submodule support.org.eclipse.jgit.transport Transport (fetch/push) for different protocols.org.eclipse.jgit.treewalk Walking and comparing directory/file trees (of commits, file system).org.eclipse.jgit.treewalk.filter Filters for use in tree walking.org.eclipse.jgit.util Utility classes.org.eclipse.jgit.util.io Utility classes for IO (streams). -
Classes in org.eclipse.jgit.treewalk used by org.eclipse.jgit.api Class Description AbstractTreeIterator Walks a Git tree (directory) in Git sort order.TreeWalk Walks one or moreAbstractTreeIterator
s in parallel.WorkingTreeIterator Walks a working directory tree as part of aTreeWalk
. -
Classes in org.eclipse.jgit.treewalk used by org.eclipse.jgit.attributes Class Description AbstractTreeIterator Walks a Git tree (directory) in Git sort order.CanonicalTreeParser Parses raw Git trees from the canonical semi-text/semi-binary format.TreeWalk Walks one or moreAbstractTreeIterator
s in parallel.WorkingTreeIterator Walks a working directory tree as part of aTreeWalk
. -
Classes in org.eclipse.jgit.treewalk used by org.eclipse.jgit.blame Class Description TreeWalk Walks one or moreAbstractTreeIterator
s in parallel. -
Classes in org.eclipse.jgit.treewalk used by org.eclipse.jgit.diff Class Description AbstractTreeIterator Walks a Git tree (directory) in Git sort order.TreeWalk Walks one or moreAbstractTreeIterator
s in parallel.WorkingTreeIterator Walks a working directory tree as part of aTreeWalk
. -
Classes in org.eclipse.jgit.treewalk used by org.eclipse.jgit.dircache Class Description AbstractTreeIterator Walks a Git tree (directory) in Git sort order.CanonicalTreeParser Parses raw Git trees from the canonical semi-text/semi-binary format.EmptyTreeIterator Iterator over an empty tree (a directory with no files).NameConflictTreeWalk Specialized TreeWalk to detect directory-file (D/F) name conflicts.TreeWalk Walks one or moreAbstractTreeIterator
s in parallel.WorkingTreeIterator Walks a working directory tree as part of aTreeWalk
.WorkingTreeOptions Options used by theWorkingTreeIterator
. -
Classes in org.eclipse.jgit.treewalk used by org.eclipse.jgit.internal.storage.pack Class Description CanonicalTreeParser Parses raw Git trees from the canonical semi-text/semi-binary format. -
Classes in org.eclipse.jgit.treewalk used by org.eclipse.jgit.junit Class Description FileTreeIterator Working directory iterator for standard Java IO. -
Classes in org.eclipse.jgit.treewalk used by org.eclipse.jgit.lfs.lib Class Description TreeWalk Walks one or moreAbstractTreeIterator
s in parallel. -
Classes in org.eclipse.jgit.treewalk used by org.eclipse.jgit.lib Class Description AbstractTreeIterator Walks a Git tree (directory) in Git sort order.TreeWalk Walks one or moreAbstractTreeIterator
s in parallel.WorkingTreeIterator Walks a working directory tree as part of aTreeWalk
. -
Classes in org.eclipse.jgit.treewalk used by org.eclipse.jgit.merge Class Description AbstractTreeIterator Walks a Git tree (directory) in Git sort order.CanonicalTreeParser Parses raw Git trees from the canonical semi-text/semi-binary format.NameConflictTreeWalk Specialized TreeWalk to detect directory-file (D/F) name conflicts.TreeWalk Walks one or moreAbstractTreeIterator
s in parallel.WorkingTreeIterator Walks a working directory tree as part of aTreeWalk
.WorkingTreeOptions Options used by theWorkingTreeIterator
. -
Classes in org.eclipse.jgit.treewalk used by org.eclipse.jgit.notes Class Description AbstractTreeIterator Walks a Git tree (directory) in Git sort order.CanonicalTreeParser Parses raw Git trees from the canonical semi-text/semi-binary format. -
Classes in org.eclipse.jgit.treewalk used by org.eclipse.jgit.pgm Class Description AbstractTreeIterator Walks a Git tree (directory) in Git sort order.TreeWalk Walks one or moreAbstractTreeIterator
s in parallel. -
Classes in org.eclipse.jgit.treewalk used by org.eclipse.jgit.pgm.debug Class Description TreeWalk Walks one or moreAbstractTreeIterator
s in parallel. -
Classes in org.eclipse.jgit.treewalk used by org.eclipse.jgit.pgm.opt Class Description AbstractTreeIterator Walks a Git tree (directory) in Git sort order. -
Classes in org.eclipse.jgit.treewalk used by org.eclipse.jgit.revwalk Class Description TreeWalk Walks one or moreAbstractTreeIterator
s in parallel. -
Classes in org.eclipse.jgit.treewalk used by org.eclipse.jgit.submodule Class Description AbstractTreeIterator Walks a Git tree (directory) in Git sort order.TreeWalk Walks one or moreAbstractTreeIterator
s in parallel. -
Classes in org.eclipse.jgit.treewalk used by org.eclipse.jgit.transport Class Description TreeWalk Walks one or moreAbstractTreeIterator
s in parallel. -
Classes in org.eclipse.jgit.treewalk used by org.eclipse.jgit.treewalk Class Description AbstractTreeIterator Walks a Git tree (directory) in Git sort order.CanonicalTreeParser Parses raw Git trees from the canonical semi-text/semi-binary format.EmptyTreeIterator Iterator over an empty tree (a directory with no files).FileTreeIterator Working directory iterator for standard Java IO.FileTreeIterator.DefaultFileModeStrategy A default implementation of a FileModeStrategy; defaults to treating nested .git directories as gitlinks, etc.FileTreeIterator.FileModeStrategy An interface representing the methods used to determine the FileMode for a FileEntry.FileTreeIterator.NoGitlinksStrategy A FileModeStrategy that implements native git's DIR_NO_GITLINKS behavior.InstantComparator Specialized comparator forInstant
s.TreeWalk Walks one or moreAbstractTreeIterator
s in parallel.TreeWalk.OperationType WorkingTreeIterator Walks a working directory tree as part of aTreeWalk
.WorkingTreeIterator.Entry A single entry within a working directory tree.WorkingTreeIterator.IteratorState WorkingTreeIterator.MetadataDiff The result of a metadata-comparison between the current entry and aDirCacheEntry
WorkingTreeIterator.PerDirectoryIgnoreNode Magic type indicating we know rules exist, but they aren't loaded.WorkingTreeOptions Options used by theWorkingTreeIterator
. -
Classes in org.eclipse.jgit.treewalk used by org.eclipse.jgit.treewalk.filter Class Description TreeWalk Walks one or moreAbstractTreeIterator
s in parallel.WorkingTreeIterator Walks a working directory tree as part of aTreeWalk
. -
Classes in org.eclipse.jgit.treewalk used by org.eclipse.jgit.util Class Description FileTreeIterator.FileModeStrategy An interface representing the methods used to determine the FileMode for a FileEntry.WorkingTreeIterator.Entry A single entry within a working directory tree. -
Classes in org.eclipse.jgit.treewalk used by org.eclipse.jgit.util.io Class Description TreeWalk.OperationType WorkingTreeOptions Options used by theWorkingTreeIterator
.