Uses of Class
org.eclipse.jgit.ignore.internal.AbstractMatcher
Packages that use AbstractMatcher
-
Uses of AbstractMatcher in org.eclipse.jgit.ignore.internal
Subclasses of AbstractMatcher in org.eclipse.jgit.ignore.internalModifier and TypeClassDescriptionclassMatcher for simple regex patterns starting with an asterisk, e.g.classMatcher built from patterns for file names (single path segments).classMatcher built by patterns consists of multiple path segments.classMatcher for simple patterns ending with an asterisk, e.g.classMatcher built from path segments containing wildcards.final classWildmatch matcher for "double star" (**) pattern only.