Module org.eclipse.jgit
Package org.eclipse.jgit.treewalk
package org.eclipse.jgit.treewalk
Walking and comparing directory/file trees (of commits, file system).
-
ClassDescriptionWalks 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.Wrapper for a standard Java IO fileAn interface representing the methods used to determine the FileMode for a FileEntry.A FileModeStrategy that implements native git's DIR_NO_GITLINKS behavior.Specialized TreeWalk to detect directory-file (D/F) name conflicts.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
.