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).
Distributed file system based repository storage.
File based repository storage.
Walking and comparing directory/file trees (of commits, file system).
-
Uses of AttributesNode in org.eclipse.jgit.attributes
Fields in org.eclipse.jgit.attributes declared as AttributesNodeModifier and TypeFieldDescriptionprivate final AttributesNode
AttributesHandler.globalNode
private final AttributesNode
AttributesHandler.infoNode
Methods in org.eclipse.jgit.attributes that return AttributesNodeModifier and TypeMethodDescriptionprivate static AttributesNode
AttributesHandler.attributesNode
(TreeWalk treeWalk, WorkingTreeIterator workingTreeIterator, DirCacheIterator dirCacheIterator, CanonicalTreeParser otherTree) Get theAttributesNode
for the current entry.AttributesNodeProvider.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
Subclasses of AttributesNode in org.eclipse.jgit.dircacheModifier and TypeClassDescriptionprivate static class
AttributesNode
implementation that provides lazy loading facilities.Methods in org.eclipse.jgit.dircache that return AttributesNodeModifier and TypeMethodDescriptionDirCacheIterator.getEntryAttributesNode
(ObjectReader reader) Retrieves theAttributesNode
for the current entry.(package private) AttributesNode
DirCacheIterator.LazyLoadingAttributesNode.load
(ObjectReader reader) -
Uses of AttributesNode in org.eclipse.jgit.internal.storage.dfs
Subclasses of AttributesNode in org.eclipse.jgit.internal.storage.dfsModifier and TypeClassDescriptionprivate static class
Methods in org.eclipse.jgit.internal.storage.dfs that return AttributesNodeModifier and TypeMethodDescriptionDfsRepository.EmptyAttributesNodeProvider.getGlobalAttributesNode()
DfsRepository.EmptyAttributesNodeProvider.getInfoAttributesNode()
-
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.Fields in org.eclipse.jgit.internal.storage.file declared as AttributesNodeModifier and TypeFieldDescriptionprivate AttributesNode
FileRepository.AttributesNodeProviderImpl.globalAttributesNode
private AttributesNode
FileRepository.AttributesNodeProviderImpl.infoAttributesNode
Methods in org.eclipse.jgit.internal.storage.file that return AttributesNodeModifier and TypeMethodDescriptionFileRepository.AttributesNodeProviderImpl.getGlobalAttributesNode()
FileRepository.AttributesNodeProviderImpl.getInfoAttributesNode()
GlobalAttributesNode.load()
Load the attributes nodeInfoAttributesNode.load()
Load the attributes nodeMethods in org.eclipse.jgit.internal.storage.file with parameters of type AttributesNodeModifier and TypeMethodDescription(package private) static void
FileRepository.AttributesNodeProviderImpl.loadRulesFromFile
(AttributesNode r, File attrs) -
Uses of AttributesNode in org.eclipse.jgit.treewalk
Subclasses of AttributesNode in org.eclipse.jgit.treewalkModifier and TypeClassDescriptionprivate static class
Magic type indicating we know rules exist, but they aren't loaded.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 TypeMethodDescriptionprivate AttributesNode
CanonicalTreeParser.findAttributes
(ObjectReader reader) CanonicalTreeParser.getEntryAttributesNode
(ObjectReader reader) Retrieve theAttributesNode
for the current entry.WorkingTreeIterator.getEntryAttributesNode()
Retrieves theAttributesNode
for the current entry.(package private) AttributesNode
WorkingTreeIterator.PerDirectoryAttributesNode.load()
private static AttributesNode
CanonicalTreeParser.loadAttributes
(ObjectReader reader, AnyObjectId id) private static AttributesNode
CanonicalTreeParser.noAttributes()