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 theAttributesNodethat holds the information located in the global gitattributes file.AttributesNodeProvider.getInfoAttributesNode()Retrieve theAttributesNodethat holds the information located in $GIT_DIR/info/attributes file.Methods in org.eclipse.jgit.attributes with parameters of type AttributesNodeModifier and TypeMethodDescriptionprotected voidAttributesHandler.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 theAttributesNodefor the current entry. -
Uses of AttributesNode in org.eclipse.jgit.internal.storage.file
Subclasses of AttributesNode in org.eclipse.jgit.internal.storage.fileModifier and TypeClassDescriptionclassAttribute node loaded from global system-wide file.classAttribute 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 AttributesNodeAbstractTreeIterator.attributesNodeParsed rules of .gitattributes file if it exists.Methods in org.eclipse.jgit.treewalk that return AttributesNodeModifier and TypeMethodDescriptionCanonicalTreeParser.getEntryAttributesNode(ObjectReader reader) Retrieve theAttributesNodefor the current entry.WorkingTreeIterator.getEntryAttributesNode()Retrieves theAttributesNodefor the current entry.