Package | Description |
---|---|
org.eclipse.jgit.attributes |
Support for reading .gitattributes.
|
Modifier and Type | Field and Description |
---|---|
private java.util.List<AttributesRule> |
AttributesNode.rules
The rules that have been parsed into this node.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<AttributesRule> |
AttributesNode.getRules()
Getter for the field
rules . |
Constructor and Description |
---|
AttributesNode(java.util.List<AttributesRule> rules)
Create an ignore node with given rules.
|