Uses of Class
org.eclipse.jgit.errors.InvalidPatternException

Packages that use InvalidPatternException
org.eclipse.jgit.errors Exceptions thrown by lower-level JGit APIs. 
org.eclipse.jgit.fnmatch File name matcher. 
 

Uses of InvalidPatternException in org.eclipse.jgit.errors
 

Subclasses of InvalidPatternException in org.eclipse.jgit.errors
 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
FileNameMatcher(String patternString, Character invalidWildgetCharacter)
           
 



Copyright © 2013. All Rights Reserved.