Uses of Class
org.eclipse.jgit.attributes.AttributesNode
-
Packages that use AttributesNode Package Description org.eclipse.jgit.attributes Support for reading .gitattributes.org.eclipse.jgit.dircache Reading and editing the directory cache (index).org.eclipse.jgit.internal.storage.file File based repository storage.org.eclipse.jgit.treewalk 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 AttributesNode Modifier and Type Method Description AttributesNode
AttributesNodeProvider. getGlobalAttributesNode()
Retrieve theAttributesNode
that holds the information located in the global gitattributes file.AttributesNode
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 AttributesNode Modifier and Type Method Description protected 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 AttributesNode Modifier and Type Method Description AttributesNode
DirCacheIterator. 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.file Modifier and Type Class Description class
GlobalAttributesNode
Attribute node loaded from global system-wide file.class
InfoAttributesNode
Attribute node loaded from the $GIT_DIR/info/attributes file.Methods in org.eclipse.jgit.internal.storage.file that return AttributesNode Modifier and Type Method Description AttributesNode
GlobalAttributesNode. load()
Load the attributes nodeAttributesNode
InfoAttributesNode. load()
Load the attributes node -
Uses of AttributesNode in org.eclipse.jgit.treewalk
Fields in org.eclipse.jgit.treewalk declared as AttributesNode Modifier and Type Field Description protected AttributesNode
AbstractTreeIterator. attributesNode
Parsed rules of .gitattributes file if it exists.Methods in org.eclipse.jgit.treewalk that return AttributesNode Modifier and Type Method Description AttributesNode
CanonicalTreeParser. getEntryAttributesNode(ObjectReader reader)
Retrieve theAttributesNode
for the current entry.AttributesNode
WorkingTreeIterator. getEntryAttributesNode()
Retrieves theAttributesNode
for the current entry.
-