Uses of Class
org.eclipse.jgit.errors.InvalidPatternException
-
Packages that use InvalidPatternException Package Description org.eclipse.jgit.api High-level API commands (the porcelain of JGit).org.eclipse.jgit.errors Exceptions thrown by lower-level JGit APIs.org.eclipse.jgit.fnmatch File name matcher.org.eclipse.jgit.ignore Ignore rule parser/matcher (for .gitignore entries).org.eclipse.jgit.ignore.internal -
-
Uses of InvalidPatternException in org.eclipse.jgit.api
Methods in org.eclipse.jgit.api that throw InvalidPatternException Modifier and Type Method Description DescribeCommandDescribeCommand. setMatch(String... patterns)Sets 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.errors Modifier and Type Class Description classNoClosingBracketExceptionThrown 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(String patternString, Character invalidWildgetCharacter)Constructor for FileNameMatcher -
Uses of InvalidPatternException in org.eclipse.jgit.ignore
Methods in org.eclipse.jgit.ignore that throw InvalidPatternException Modifier and Type Method Description static IMatcherIMatcher. 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 InvalidPatternException Modifier and Type Method Description static IMatcherPathMatcher. createPathMatcher(String pattern, Character pathSeparator, boolean dirOnly)Create path matcher
-