| Package | Description |
|---|---|
| org.eclipse.jgit.attributes |
Support for reading .gitattributes.
|
| org.eclipse.jgit.treewalk |
Walking and comparing directory/file trees (of commits, file system).
|
| Modifier and Type | Method and Description |
|---|---|
Attributes |
AttributesProvider.getAttributes() |
| Modifier and Type | Method and Description |
|---|---|
void |
AttributesNode.getAttributes(String entryPath,
boolean isDirectory,
Attributes attributes)
Returns the matching attributes for an entry path.
|
| Modifier and Type | Method and Description |
|---|---|
Attributes |
TreeWalk.getAttributes()
Retrieve the git attributes for the current entry.
|
Copyright © 2015 Eclipse JGit Project. All rights reserved.