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 comparator for
Instant
s.Specialized TreeWalk to detect directory-file (D/F) name conflicts.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.Magic type indicating we know rules exist, but they aren't loaded.Magic type indicating there may be rules for the top level.Options used by theWorkingTreeIterator
.