Uses of Class
org.eclipse.jgit.dircache.DirCacheBuildIterator
-
Packages that use DirCacheBuildIterator Package Description org.eclipse.jgit.dircache Reading and editing the directory cache (index).org.eclipse.jgit.merge Content and commit history merge algorithms. -
-
Uses of DirCacheBuildIterator in org.eclipse.jgit.dircache
Methods in org.eclipse.jgit.dircache with parameters of type DirCacheBuildIterator Modifier and Type Method Description (package private) void
DirCacheCheckout. processEntry(CanonicalTreeParser m, DirCacheBuildIterator i, WorkingTreeIterator f)
Processing an entry in the context ofDirCacheCheckout.prescanOneTree()
when only one tree is given(package private) void
DirCacheCheckout. 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 DirCacheBuildIterator Constructor Description DirCacheBuildIterator(DirCacheBuildIterator p, DirCacheTree dct)
-
Uses of DirCacheBuildIterator in org.eclipse.jgit.merge
Methods in org.eclipse.jgit.merge with parameters of type DirCacheBuildIterator Modifier and Type Method Description protected 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.
-