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 AttributesNode
AttributesHandler. globalNode
private AttributesNode
AttributesHandler. infoNode
Methods in org.eclipse.jgit.attributes that return AttributesNode Modifier and Type Method Description private static AttributesNode
AttributesHandler. attributesNode(TreeWalk treeWalk, WorkingTreeIterator workingTreeIterator, DirCacheIterator dirCacheIterator, CanonicalTreeParser otherTree)
Get theAttributesNode
for the current entry.AttributesNode
AttributesNodeProvider. getGlobalAttributesNode()
Retrieve theAttributesNode
that holds the information located in the global gitattributes file.AttributesNode
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 AttributesNode Modifier and Type Method Description protected void
AttributesHandler. 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 class
DirCacheIterator.LazyLoadingAttributesNode
AttributesNode
implementation that provides lazy loading facilities.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.(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.dfs Modifier and Type Class Description private static class
DfsRepository.EmptyAttributesNodeProvider.EmptyAttributesNode
Methods in org.eclipse.jgit.internal.storage.dfs that return AttributesNode Modifier and Type Method Description AttributesNode
DfsRepository.EmptyAttributesNodeProvider. getGlobalAttributesNode()
AttributesNode
DfsRepository.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 class
GlobalAttributesNode
Attribute node loaded from global system-wide file.class
InfoAttributesNode
Attribute 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 AttributesNode
FileRepository.AttributesNodeProviderImpl. globalAttributesNode
private AttributesNode
FileRepository.AttributesNodeProviderImpl. infoAttributesNode
Methods in org.eclipse.jgit.internal.storage.file that return AttributesNode Modifier and Type Method Description AttributesNode
FileRepository.AttributesNodeProviderImpl. getGlobalAttributesNode()
AttributesNode
FileRepository.AttributesNodeProviderImpl. getInfoAttributesNode()
AttributesNode
GlobalAttributesNode. load()
Load the attributes nodeAttributesNode
InfoAttributesNode. 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 void
FileRepository.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 class
WorkingTreeIterator.PerDirectoryAttributesNode
Magic 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 AttributesNode
AbstractTreeIterator. attributesNode
Parsed rules of .gitattributes file if it exists.Methods in org.eclipse.jgit.treewalk that return AttributesNode Modifier and Type Method Description private AttributesNode
CanonicalTreeParser. findAttributes(ObjectReader reader)
AttributesNode
CanonicalTreeParser. getEntryAttributesNode(ObjectReader reader)
Retrieve theAttributesNode
for the current entry.AttributesNode
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()
-