Uses of Class
org.eclipse.jgit.attributes.AttributesRule
-
Packages that use AttributesRule Package Description org.eclipse.jgit.attributes Support for reading .gitattributes. -
-
Uses of AttributesRule in org.eclipse.jgit.attributes
Fields in org.eclipse.jgit.attributes with type parameters of type AttributesRule Modifier and Type Field Description private java.util.List<AttributesRule>
AttributesNode. rules
The rules that have been parsed into this node.Methods in org.eclipse.jgit.attributes that return types with arguments of type AttributesRule Modifier and Type Method Description java.util.List<AttributesRule>
AttributesNode. getRules()
Getter for the fieldrules
.Constructor parameters in org.eclipse.jgit.attributes with type arguments of type AttributesRule Constructor Description AttributesNode(java.util.List<AttributesRule> rules)
Create an ignore node with given rules.
-