Uses of Interface
org.eclipse.jgit.ignore.IMatcher
Packages that use IMatcher
Package
Description
Support for reading .gitattributes.
Ignore rule parser/matcher (for .gitignore entries).
-
Uses of IMatcher in org.eclipse.jgit.attributes
Fields in org.eclipse.jgit.attributes declared as IMatcher -
Uses of IMatcher in org.eclipse.jgit.ignore
Fields in org.eclipse.jgit.ignore declared as IMatcherModifier and TypeFieldDescriptionprivate IMatcher
FastIgnoreRule.matcher
static final IMatcher
IMatcher.NO_MATCH
Matcher that does not match any pattern.Methods in org.eclipse.jgit.ignore that return IMatcherModifier and TypeMethodDescriptionstatic IMatcher
IMatcher.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 TypeClassDescriptionclass
Base class for default methods asAbstractMatcher.toString()
and such.class
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.Fields in org.eclipse.jgit.ignore.internal with type parameters of type IMatcherMethods in org.eclipse.jgit.ignore.internal that return IMatcherModifier and TypeMethodDescriptionprivate static IMatcher
PathMatcher.createNameMatcher0
(String segment, Character pathSeparator, boolean dirOnly, boolean lastSegment) static IMatcher
PathMatcher.createPathMatcher
(String pattern, Character pathSeparator, boolean dirOnly) Create path matcherMethods in org.eclipse.jgit.ignore.internal that return types with arguments of type IMatcherModifier and TypeMethodDescriptionPathMatcher.createMatchers
(List<String> segments, Character pathSeparator, boolean dirOnly) Methods in org.eclipse.jgit.ignore.internal with parameters of type IMatcher