Uses of Class
org.eclipse.jgit.treewalk.CanonicalTreeParser
-
Packages that use CanonicalTreeParser Package Description org.eclipse.jgit.merge Content and commit history merge algorithms.org.eclipse.jgit.treewalk Walking and comparing directory/file trees (of commits, file system). -
-
Uses of CanonicalTreeParser in org.eclipse.jgit.merge
Methods in org.eclipse.jgit.merge with parameters of type CanonicalTreeParser Modifier and Type Method Description protected booleanResolveMerger. processEntry(CanonicalTreeParser base, CanonicalTreeParser ours, CanonicalTreeParser theirs, DirCacheBuildIterator index, WorkingTreeIterator work, boolean ignoreConflicts)Processes one path and tries to merge. -
Uses of CanonicalTreeParser in org.eclipse.jgit.treewalk
Methods in org.eclipse.jgit.treewalk that return CanonicalTreeParser Modifier and Type Method Description CanonicalTreeParserCanonicalTreeParser. createSubtreeIterator(ObjectReader reader)CanonicalTreeParserCanonicalTreeParser. createSubtreeIterator(ObjectReader reader, MutableObjectId idBuffer)CanonicalTreeParserCanonicalTreeParser. createSubtreeIterator0(ObjectReader reader, AnyObjectId id)Back door to quickly create a subtree iterator for any subtree.CanonicalTreeParserCanonicalTreeParser. getParent()Deprecated.internal use onlyCanonicalTreeParserCanonicalTreeParser. next()CanonicalTreeParserCanonicalTreeParser. resetRoot(ObjectReader reader, AnyObjectId id)Reset this parser to walk through the given tree.
-