Uses of Class
org.eclipse.jgit.ignore.FastIgnoreRule
Packages that use FastIgnoreRule
-
Uses of FastIgnoreRule in org.eclipse.jgit.ignore
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.