Uses of Class
org.eclipse.jgit.attributes.AttributesRule
Packages that use AttributesRule
-
Uses of AttributesRule in org.eclipse.jgit.attributes
Fields in org.eclipse.jgit.attributes with type parameters of type AttributesRuleModifier and TypeFieldDescriptionprivate final 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 AttributesRuleConstructor parameters in org.eclipse.jgit.attributes with type arguments of type AttributesRuleModifierConstructorDescriptionAttributesNode
(List<AttributesRule> rules) Create an ignore node with given rules.