Uses of Class
org.eclipse.jgit.dircache.DirCacheBuildIterator
Packages that use DirCacheBuildIterator
Package
Description
Reading and editing the directory cache (index).
Content and commit history merge algorithms.
-
Uses of DirCacheBuildIterator in org.eclipse.jgit.dircache
Methods in org.eclipse.jgit.dircache with parameters of type DirCacheBuildIteratorModifier and TypeMethodDescription(package private) voidDirCacheCheckout.processEntry(CanonicalTreeParser m, DirCacheBuildIterator i, WorkingTreeIterator f) Processing an entry in the context ofDirCacheCheckout.prescanOneTree()when only one tree is given(package private) voidDirCacheCheckout.processEntry(CanonicalTreeParser h, CanonicalTreeParser m, DirCacheBuildIterator i, WorkingTreeIterator f) Here the main work is done.Constructors in org.eclipse.jgit.dircache with parameters of type DirCacheBuildIteratorModifierConstructorDescription(package private) -
Uses of DirCacheBuildIterator in org.eclipse.jgit.merge
Methods in org.eclipse.jgit.merge with parameters of type DirCacheBuildIteratorModifier and TypeMethodDescriptionprotected booleanResolveMerger.processEntry(CanonicalTreeParser base, CanonicalTreeParser ours, CanonicalTreeParser theirs, DirCacheBuildIterator index, WorkingTreeIterator work, boolean ignoreConflicts, Attributes[] attributes) Processes one path and tries to merge taking git attributes in account.