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 AttributesNodeAttributesHandler.globalNodeprivate final AttributesNodeAttributesHandler.infoNodeMethods in org.eclipse.jgit.attributes that return AttributesNodeModifier and TypeMethodDescriptionprivate static AttributesNodeAttributesHandler.attributesNode(TreeWalk treeWalk, WorkingTreeIterator workingTreeIterator, DirCacheIterator dirCacheIterator, CanonicalTreeParser otherTree) Get theAttributesNodefor the current entry.AttributesNodeProvider.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
Subclasses of AttributesNode in org.eclipse.jgit.dircacheModifier and TypeClassDescriptionprivate static classAttributesNodeimplementation that provides lazy loading facilities.Methods in org.eclipse.jgit.dircache that return AttributesNodeModifier and TypeMethodDescriptionDirCacheIterator.getEntryAttributesNode(ObjectReader reader) Retrieves theAttributesNodefor the current entry.(package private) AttributesNodeDirCacheIterator.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 classMethods 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 TypeClassDescriptionclassAttribute node loaded from global system-wide file.classAttribute node loaded from the $GIT_DIR/info/attributes file.Fields in org.eclipse.jgit.internal.storage.file declared as AttributesNodeModifier and TypeFieldDescriptionprivate AttributesNodeFileRepository.AttributesNodeProviderImpl.globalAttributesNodeprivate AttributesNodeFileRepository.AttributesNodeProviderImpl.infoAttributesNodeMethods 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 voidFileRepository.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 classMagic type indicating we know rules exist, but they aren't loaded.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 TypeMethodDescriptionprivate AttributesNodeCanonicalTreeParser.findAttributes(ObjectReader reader) CanonicalTreeParser.getEntryAttributesNode(ObjectReader reader) Retrieve theAttributesNodefor the current entry.WorkingTreeIterator.getEntryAttributesNode()Retrieves theAttributesNodefor the current entry.(package private) AttributesNodeWorkingTreeIterator.PerDirectoryAttributesNode.load()private static AttributesNodeCanonicalTreeParser.loadAttributes(ObjectReader reader, AnyObjectId id) private static AttributesNodeCanonicalTreeParser.noAttributes()