Package | Description |
---|---|
org.eclipse.jgit.dircache |
Reading and editing the directory cache (index).
|
org.eclipse.jgit.treewalk |
Walking and comparing directory/file trees (of commits, file system).
|
Modifier and Type | Method | Description |
---|---|---|
AttributesNode |
DirCacheIterator.getEntryAttributesNode(ObjectReader reader) |
Retrieves the
AttributesNode for the current entry. |
Modifier and Type | Method | Description |
---|---|---|
AttributesNode |
WorkingTreeIterator.getEntryAttributesNode() |
Retrieves the
AttributesNode for the current entry. |
AttributesNode |
WorkingTreeIterator.getGlobalAttributesNode() |
Retrieves the
AttributesNode that holds the information located
in system-wide file. |
AttributesNode |
WorkingTreeIterator.getInfoAttributesNode() |
Retrieves the
AttributesNode that holds the information located
in $GIT_DIR/info/attributes file. |
Copyright © 2018. All rights reserved.