Uses of Class
org.eclipse.jgit.ignore.internal.AbstractMatcher
-
Packages that use AbstractMatcher Package Description org.eclipse.jgit.ignore.internal -
-
Uses of AbstractMatcher in org.eclipse.jgit.ignore.internal
Subclasses of AbstractMatcher in org.eclipse.jgit.ignore.internal Modifier and Type Class Description classLeadingAsteriskMatcherMatcher for simple regex patterns starting with an asterisk, e.g.classNameMatcherMatcher built from patterns for file names (single path segments).classPathMatcherMatcher built by patterns consists of multiple path segments.classTrailingAsteriskMatcherMatcher for simple patterns ending with an asterisk, e.g.classWildCardMatcherMatcher built from path segments containing wildcards.classWildMatcherWildmatch matcher for "double star" (**) pattern only.
-