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 TypeClassDescriptionclass
Matcher for simple regex patterns starting with an asterisk, e.g.class
Matcher built from patterns for file names (single path segments).class
Matcher built by patterns consists of multiple path segments.class
Matcher for simple patterns ending with an asterisk, e.g.class
Matcher built from path segments containing wildcards.final class
Wildmatch matcher for "double star" (**
) pattern only.