Uses of Interface
software.xdev.testcontainers.imagebuilder.jgit.ignore.IMatcher
Packages that use IMatcher
Package
Description
-
Uses of IMatcher in software.xdev.testcontainers.imagebuilder.jgit.ignore
Fields in software.xdev.testcontainers.imagebuilder.jgit.ignore declared as IMatcher -
Uses of IMatcher in software.xdev.testcontainers.imagebuilder.jgit.ignore.internal
Classes in software.xdev.testcontainers.imagebuilder.jgit.ignore.internal that implement IMatcherModifier and TypeClassDescriptionclassBase class for default methods asAbstractMatcher.toString()and such.classMatcher for simple regex patterns starting with an asterisk, e.g. "*.tmp"classMatcher built from patterns for file names (single path segments).classMatcher built by patterns consists of multiple path segments.classMatcher for simple patterns ending with an asterisk, e.g.classMatcher built from path segments containing wildcards.classWildmatch matcher for "double star" (**) pattern only.Fields in software.xdev.testcontainers.imagebuilder.jgit.ignore.internal with type parameters of type IMatcherMethods in software.xdev.testcontainers.imagebuilder.jgit.ignore.internal that return IMatcherModifier and TypeMethodDescriptionprotected static IMatcherPathMatcher.createNameMatcher0(String segment, Character pathSeparator, boolean dirOnly, boolean lastSegment) static IMatcherPathMatcher.createPathMatcher(String pattern, Character pathSeparator, boolean dirOnly) Create path matcherMethods in software.xdev.testcontainers.imagebuilder.jgit.ignore.internal that return types with arguments of type IMatcherModifier and TypeMethodDescriptionPathMatcher.createMatchers(List<String> segments, Character pathSeparator, boolean dirOnly) Methods in software.xdev.testcontainers.imagebuilder.jgit.ignore.internal with parameters of type IMatcher