Uses of Class
org.eclipse.jgit.treewalk.CanonicalTreeParser
Packages that use CanonicalTreeParser
Package
Description
Support for reading .gitattributes.
Content and commit history merge algorithms.
Walking and comparing directory/file trees (of commits, file system).
-
Uses of CanonicalTreeParser in org.eclipse.jgit.attributes
Constructor parameters in org.eclipse.jgit.attributes with type arguments of type CanonicalTreeParserModifierConstructorDescriptionAttributesHandler(TreeWalk treeWalk, Supplier<CanonicalTreeParser> attributesTree) Create anAttributesHandlerwith default rules as well as merged rules from global, info and worktree root attributes -
Uses of CanonicalTreeParser in org.eclipse.jgit.merge
Methods in org.eclipse.jgit.merge with parameters of type CanonicalTreeParserModifier 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. -
Uses of CanonicalTreeParser in org.eclipse.jgit.treewalk
Methods in org.eclipse.jgit.treewalk that return CanonicalTreeParserModifier and TypeMethodDescriptionCanonicalTreeParser.createSubtreeIterator(ObjectReader reader) Create a new iterator for the current entry's subtree.CanonicalTreeParser.createSubtreeIterator(ObjectReader reader, MutableObjectId idBuffer) Create a new iterator for the current entry's subtree.final CanonicalTreeParserCanonicalTreeParser.createSubtreeIterator0(ObjectReader reader, AnyObjectId id) Back door to quickly create a subtree iterator for any subtree.CanonicalTreeParser.getParent()Deprecated.internal use onlyCanonicalTreeParser.next()Get this iterator, or its parent, if the tree is at eof.CanonicalTreeParser.resetRoot(ObjectReader reader, AnyObjectId id) Reset this parser to walk through the given tree.