Uses of Class
org.eclipse.jgit.attributes.AttributesNode
Packages that use AttributesNode
Package
Description
Support for reading .gitattributes.
Reading and editing the directory cache (index).
File based repository storage.
Walking and comparing directory/file trees (of commits, file system).
-
Uses of AttributesNode in org.eclipse.jgit.attributes
Methods in org.eclipse.jgit.attributes that return AttributesNodeModifier and TypeMethodDescriptionAttributesNodeProvider.getGlobalAttributesNode()
Retrieve theAttributesNode
that holds the information located in the global gitattributes file.AttributesNodeProvider.getInfoAttributesNode()
Retrieve theAttributesNode
that holds the information located in $GIT_DIR/info/attributes file.Methods in org.eclipse.jgit.attributes with parameters of type AttributesNodeModifier and TypeMethodDescriptionprotected void
AttributesHandler.mergeAttributes
(AttributesNode node, String entryPath, boolean isDirectory, Attributes result) Merges the matching node attributes for an entry path. -
Uses of AttributesNode in org.eclipse.jgit.dircache
Methods in org.eclipse.jgit.dircache that return AttributesNodeModifier and TypeMethodDescriptionDirCacheIterator.getEntryAttributesNode
(ObjectReader reader) Retrieves theAttributesNode
for the current entry. -
Uses of AttributesNode in org.eclipse.jgit.internal.storage.file
Subclasses of AttributesNode in org.eclipse.jgit.internal.storage.fileModifier and TypeClassDescriptionclass
Attribute node loaded from global system-wide file.class
Attribute node loaded from the $GIT_DIR/info/attributes file.Methods in org.eclipse.jgit.internal.storage.file that return AttributesNode -
Uses of AttributesNode in org.eclipse.jgit.treewalk
Fields in org.eclipse.jgit.treewalk declared as AttributesNodeModifier and TypeFieldDescriptionprotected AttributesNode
AbstractTreeIterator.attributesNode
Parsed rules of .gitattributes file if it exists.Methods in org.eclipse.jgit.treewalk that return AttributesNodeModifier and TypeMethodDescriptionCanonicalTreeParser.getEntryAttributesNode
(ObjectReader reader) Retrieve theAttributesNode
for the current entry.WorkingTreeIterator.getEntryAttributesNode()
Retrieves theAttributesNode
for the current entry.