Uses of Class
org.eclipse.jgit.ignore.FastIgnoreRule
Packages that use FastIgnoreRule
-
Uses of FastIgnoreRule in org.eclipse.jgit.ignore
Fields in org.eclipse.jgit.ignore with type parameters of type FastIgnoreRuleModifier and TypeFieldDescriptionprivate final List
<FastIgnoreRule> IgnoreNode.rules
The rules that have been parsed into this node.Methods in org.eclipse.jgit.ignore that return types with arguments of type FastIgnoreRuleModifier and TypeMethodDescriptionIgnoreNode.getRules()
Get list of all ignore rules held by this nodeConstructor parameters in org.eclipse.jgit.ignore with type arguments of type FastIgnoreRuleModifierConstructorDescriptionIgnoreNode
(List<FastIgnoreRule> rules) Create an ignore node with given rules.