Uses of Class
software.xdev.testcontainers.imagebuilder.jgit.ignore.FastIgnoreRule
Packages that use FastIgnoreRule
-
Uses of FastIgnoreRule in software.xdev.testcontainers.imagebuilder.jgit.ignore
Fields in software.xdev.testcontainers.imagebuilder.jgit.ignore with type parameters of type FastIgnoreRuleModifier and TypeFieldDescriptionprotected final List<FastIgnoreRule>IgnoreNode.rulesThe rules that have been parsed into this node.Methods in software.xdev.testcontainers.imagebuilder.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 software.xdev.testcontainers.imagebuilder.jgit.ignore with type arguments of type FastIgnoreRuleModifierConstructorDescriptionIgnoreNode(List<FastIgnoreRule> rules) Create an ignore node with given rules.