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.file |
File based repository storage.
|
org.eclipse.jgit.treewalk |
Walking and comparing directory/file trees (of commits, file system).
|
Modifier and Type | Method and Description |
---|---|
AttributesNode |
AttributesNodeProvider.getGlobalAttributesNode()
Retrieve the
AttributesNode that
holds the information located in the global gitattributes file. |
AttributesNode |
AttributesNodeProvider.getInfoAttributesNode()
Retrieve the
AttributesNode that
holds the information located in $GIT_DIR/info/attributes file. |
Modifier and Type | Method and Description |
---|---|
protected void |
AttributesHandler.mergeAttributes(AttributesNode node,
String entryPath,
boolean isDirectory,
Attributes result)
Merges the matching node attributes for an entry path.
|
Modifier and Type | Method and Description |
---|---|
AttributesNode |
DirCacheIterator.getEntryAttributesNode(ObjectReader reader)
Retrieves the
AttributesNode for the
current entry. |
Modifier and Type | Class and Description |
---|---|
class |
GlobalAttributesNode
Attribute node loaded from global system-wide file.
|
class |
InfoAttributesNode
Attribute node loaded from the $GIT_DIR/info/attributes file.
|
Modifier and Type | Method and Description |
---|---|
AttributesNode |
GlobalAttributesNode.load()
Load the attributes node
|
AttributesNode |
InfoAttributesNode.load()
Load the attributes node
|
Modifier and Type | Field and Description |
---|---|
protected AttributesNode |
AbstractTreeIterator.attributesNode
Parsed rules of .gitattributes file if it exists.
|
Modifier and Type | Method and Description |
---|---|
AttributesNode |
WorkingTreeIterator.getEntryAttributesNode()
Retrieves the
AttributesNode for the
current entry. |
AttributesNode |
CanonicalTreeParser.getEntryAttributesNode(ObjectReader reader)
Retrieve the
AttributesNode for the
current entry. |
Copyright © 2018 Eclipse JGit Project. All rights reserved.