Package | Description |
---|---|
org.eclipse.jgit.attributes |
Support for reading .gitattributes.
|
Modifier and Type | Method and Description |
---|---|
Attribute |
Attributes.get(String key) |
Modifier and Type | Method and Description |
---|---|
Collection<Attribute> |
Attributes.getAll() |
List<Attribute> |
AttributesRule.getAttributes()
Returns the attributes.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AttributesHandler.expandMacro(Attribute attr,
Attributes result) |
void |
Attributes.put(Attribute a) |
Constructor and Description |
---|
Attributes(Attribute... attributes)
Creates a new instance
|
Copyright © 2017 Eclipse JGit Project. All rights reserved.