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.dfs Distributed file system based repository storage.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
Fields in org.eclipse.jgit.attributes declared as AttributesNode Modifier and Type Field Description private AttributesNodeAttributesHandler. globalNodeprivate AttributesNodeAttributesHandler. infoNodeMethods in org.eclipse.jgit.attributes that return AttributesNode Modifier and Type Method Description private static AttributesNodeAttributesHandler. attributesNode(TreeWalk treeWalk, WorkingTreeIterator workingTreeIterator, DirCacheIterator dirCacheIterator, CanonicalTreeParser otherTree)Get theAttributesNodefor the current entry.AttributesNodeAttributesNodeProvider. getGlobalAttributesNode()Retrieve theAttributesNodethat holds the information located in the global gitattributes file.AttributesNodeAttributesNodeProvider. getInfoAttributesNode()Retrieve theAttributesNodethat 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 voidAttributesHandler. mergeAttributes(AttributesNode node, java.lang.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.dircache Modifier and Type Class Description private static classDirCacheIterator.LazyLoadingAttributesNodeAttributesNodeimplementation that provides lazy loading facilities.Methods in org.eclipse.jgit.dircache that return AttributesNode Modifier and Type Method Description AttributesNodeDirCacheIterator. 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.dfs Modifier and Type Class Description private static classDfsRepository.EmptyAttributesNodeProvider.EmptyAttributesNodeMethods in org.eclipse.jgit.internal.storage.dfs that return AttributesNode Modifier and Type Method Description AttributesNodeDfsRepository.EmptyAttributesNodeProvider. getGlobalAttributesNode()AttributesNodeDfsRepository.EmptyAttributesNodeProvider. getInfoAttributesNode() -
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 classGlobalAttributesNodeAttribute node loaded from global system-wide file.classInfoAttributesNodeAttribute node loaded from the $GIT_DIR/info/attributes file.Fields in org.eclipse.jgit.internal.storage.file declared as AttributesNode Modifier and Type Field Description private AttributesNodeFileRepository.AttributesNodeProviderImpl. globalAttributesNodeprivate AttributesNodeFileRepository.AttributesNodeProviderImpl. infoAttributesNodeMethods in org.eclipse.jgit.internal.storage.file that return AttributesNode Modifier and Type Method Description AttributesNodeFileRepository.AttributesNodeProviderImpl. getGlobalAttributesNode()AttributesNodeFileRepository.AttributesNodeProviderImpl. getInfoAttributesNode()AttributesNodeGlobalAttributesNode. load()Load the attributes nodeAttributesNodeInfoAttributesNode. load()Load the attributes nodeMethods in org.eclipse.jgit.internal.storage.file with parameters of type AttributesNode Modifier and Type Method Description (package private) static voidFileRepository.AttributesNodeProviderImpl. loadRulesFromFile(AttributesNode r, java.io.File attrs) -
Uses of AttributesNode in org.eclipse.jgit.treewalk
Subclasses of AttributesNode in org.eclipse.jgit.treewalk Modifier and Type Class Description private static classWorkingTreeIterator.PerDirectoryAttributesNodeMagic type indicating we know rules exist, but they aren't loaded.Fields in org.eclipse.jgit.treewalk declared as AttributesNode Modifier and Type Field Description protected AttributesNodeAbstractTreeIterator. attributesNodeParsed rules of .gitattributes file if it exists.Methods in org.eclipse.jgit.treewalk that return AttributesNode Modifier and Type Method Description private AttributesNodeCanonicalTreeParser. findAttributes(ObjectReader reader)AttributesNodeCanonicalTreeParser. getEntryAttributesNode(ObjectReader reader)Retrieve theAttributesNodefor the current entry.AttributesNodeWorkingTreeIterator. getEntryAttributesNode()Retrieves theAttributesNodefor the current entry.(package private) AttributesNodeWorkingTreeIterator.PerDirectoryAttributesNode. load()private static AttributesNodeCanonicalTreeParser. loadAttributes(ObjectReader reader, AnyObjectId id)private static AttributesNodeCanonicalTreeParser. noAttributes()
-