Uses of Class
org.eclipse.jgit.errors.InvalidPatternException
Packages that use InvalidPatternException
Package
Description
High-level API commands (the porcelain of JGit).
Exceptions thrown by lower-level JGit APIs.
File name matcher.
Ignore rule parser/matcher (for .gitignore entries).
-
Uses of InvalidPatternException in org.eclipse.jgit.api
Methods in org.eclipse.jgit.api that throw InvalidPatternExceptionModifier and TypeMethodDescriptionSets one or moreglob(7)
patterns that tags must match to be considered. -
Uses of InvalidPatternException in org.eclipse.jgit.errors
Subclasses of InvalidPatternException in org.eclipse.jgit.errorsModifier and TypeClassDescriptionclass
Thrown when a pattern contains a character group which is open to the right side or a character class which is open to the right side. -
Uses of InvalidPatternException in org.eclipse.jgit.fnmatch
Constructors in org.eclipse.jgit.fnmatch that throw InvalidPatternExceptionModifierConstructorDescriptionFileNameMatcher
(String patternString, Character invalidWildgetCharacter) Constructor for FileNameMatcher -
Uses of InvalidPatternException in org.eclipse.jgit.ignore
Methods in org.eclipse.jgit.ignore that throw InvalidPatternExceptionModifier and TypeMethodDescriptionstatic IMatcher
IMatcher.createPathMatcher
(String pattern, boolean dirOnly) Creates a path matcher for the given pattern. -
Uses of InvalidPatternException in org.eclipse.jgit.ignore.internal
Methods in org.eclipse.jgit.ignore.internal that throw InvalidPatternExceptionModifier and TypeMethodDescriptionstatic IMatcher
PathMatcher.createPathMatcher
(String pattern, Character pathSeparator, boolean dirOnly) Create path matcher