Uses of Interface
org.eclipse.jgit.ignore.IMatcher
Packages that use IMatcher
Package
Description
Ignore rule parser/matcher (for .gitignore entries).
-
Uses of IMatcher in org.eclipse.jgit.ignore
Fields in org.eclipse.jgit.ignore declared as IMatcherModifier and TypeFieldDescriptionstatic final IMatcherIMatcher.NO_MATCHMatcher that does not match any pattern.Methods in org.eclipse.jgit.ignore that return IMatcherModifier and TypeMethodDescriptionstatic IMatcherIMatcher.createPathMatcher(String pattern, boolean dirOnly) Creates a path matcher for the given pattern. -
Uses of IMatcher in org.eclipse.jgit.ignore.internal
Classes in org.eclipse.jgit.ignore.internal that implement IMatcherModifier and TypeClassDescriptionclassBase class for default methods asAbstractMatcher.toString()and such.classMatcher for simple regex patterns starting with an asterisk, e.g. "*.tmp"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.Methods in org.eclipse.jgit.ignore.internal that return IMatcherModifier and TypeMethodDescriptionstatic IMatcherPathMatcher.createPathMatcher(String pattern, Character pathSeparator, boolean dirOnly) Create path matcher