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 AttributesNodeDirCacheIterator. getEntryAttributesNode(ObjectReader reader)Retrieves theAttributesNodefor 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 AttributesNodeWorkingTreeIterator. getEntryAttributesNode()Retrieves theAttributesNodefor the current entry.AttributesNodeWorkingTreeIterator. getGlobalAttributesNode()Retrieves theAttributesNodethat holds the information located in system-wide file.AttributesNodeWorkingTreeIterator. getInfoAttributesNode()Retrieves theAttributesNodethat holds the information located in $GIT_DIR/info/attributes file.
-