Package org.eclipse.jgit.ignore.internal
package org.eclipse.jgit.ignore.internal
-
ClassDescriptionBase class for default methods as
AbstractMatcher.toString()
and such.Matcher for simple regex patterns starting with an asterisk, e.g.Matcher built from patterns for file names (single path segments).Matcher built by patterns consists of multiple path segments.VariousString
related utility methods, written mostly to avoid generation of new String objects (e.g.Matcher for simple patterns ending with an asterisk, e.g.Matcher built from path segments containing wildcards.Wildmatch matcher for "double star" (**
) pattern only.