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

Packages that use InvalidPatternException
org.eclipse.jgit.errors   
org.eclipse.jgit.fnmatch   
 

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 © 2012. All Rights Reserved.