Uses of Class
org.eclipse.jgit.dircache.DirCacheBuildIterator
Packages that use DirCacheBuildIterator
-
Uses of DirCacheBuildIterator in org.eclipse.jgit.merge
Methods in org.eclipse.jgit.merge that return DirCacheBuildIteratorModifier and TypeMethodDescriptionResolveMerger.WorkTreeUpdater.createDirCacheBuildIterator()
Creates aDirCacheBuildIterator
for the builder of thisResolveMerger.WorkTreeUpdater
.Methods in org.eclipse.jgit.merge with parameters of type DirCacheBuildIteratorModifier and TypeMethodDescriptionprotected boolean
ResolveMerger.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.