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
Methods in org.eclipse.jgit.attributes that return types with arguments of type AttributesRule Modifier and Type Method Description List<AttributesRule>
AttributesNode. getRules()
Getter for the fieldrules
.Constructor parameters in org.eclipse.jgit.attributes with type arguments of type AttributesRule Constructor Description AttributesNode(List<AttributesRule> rules)
Create an ignore node with given rules.
-