Uses of Class
org.eclipse.jgit.errors.InvalidPatternException
-
Packages that use InvalidPatternException Package Description org.eclipse.jgit.errors Exceptions thrown by lower-level JGit APIs.org.eclipse.jgit.fnmatch File name matcher.org.eclipse.jgit.ignore.internal -
-
Uses of InvalidPatternException in org.eclipse.jgit.errors
Subclasses of InvalidPatternException in org.eclipse.jgit.errors Modifier and Type Class Description class
NoClosingBracketException
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 InvalidPatternException Constructor Description FileNameMatcher(java.lang.String patternString, java.lang.Character invalidWildgetCharacter)
-
Uses of InvalidPatternException in org.eclipse.jgit.ignore.internal
Methods in org.eclipse.jgit.ignore.internal that throw InvalidPatternException Modifier and Type Method Description static IMatcher
PathMatcher. createPathMatcher(java.lang.String pattern, java.lang.Character pathSeparator, boolean dirOnly)
-