Uses of Class
software.xdev.testcontainers.imagebuilder.jgit.errors.InvalidPatternException
Packages that use InvalidPatternException
Package
Description
-
Uses of InvalidPatternException in software.xdev.testcontainers.imagebuilder.jgit.ignore
Methods in software.xdev.testcontainers.imagebuilder.jgit.ignore that throw InvalidPatternException -
Uses of InvalidPatternException in software.xdev.testcontainers.imagebuilder.jgit.ignore.internal
Methods in software.xdev.testcontainers.imagebuilder.jgit.ignore.internal that throw InvalidPatternExceptionModifier and TypeMethodDescriptionstatic PatternStrings.convertGlob(String pattern) Conversion from glob to Java regex following two sources: Git Glob Man Page org.eclipse.jgit.fnmatch.FileNameMatcher.java Seems that there are various ways to define what "glob" can be.PathMatcher.createMatchers(List<String> segments, Character pathSeparator, boolean dirOnly) protected static IMatcherPathMatcher.createNameMatcher0(String segment, Character pathSeparator, boolean dirOnly, boolean lastSegment) static IMatcherPathMatcher.createPathMatcher(String pattern, Character pathSeparator, boolean dirOnly) Create path matcherConstructors in software.xdev.testcontainers.imagebuilder.jgit.ignore.internal that throw InvalidPatternExceptionModifierConstructorDescriptionprotectedPathMatcher(String pattern, Character pathSeparator, boolean dirOnly) protectedWildCardMatcher(String pattern, Character pathSeparator, boolean dirOnly)