Uses of Class
org.eclipse.jgit.attributes.AttributesNode
-
Packages that use AttributesNode Package Description org.eclipse.jgit.dircache Reading and editing the directory cache (index).org.eclipse.jgit.treewalk Walking and comparing directory/file trees (of commits, file system). -
-
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.treewalk
Methods in org.eclipse.jgit.treewalk that return AttributesNode Modifier and Type Method Description AttributesNode
WorkingTreeIterator. getEntryAttributesNode()
Retrieves theAttributesNode
for the current entry.AttributesNode
WorkingTreeIterator. getGlobalAttributesNode()
Retrieves theAttributesNode
that holds the information located in system-wide file.AttributesNode
WorkingTreeIterator. getInfoAttributesNode()
Retrieves theAttributesNode
that holds the information located in $GIT_DIR/info/attributes file.
-