Uses of Class
org.apache.ivy.plugins.matcher.AbstractPatternMatcher
-
Packages that use AbstractPatternMatcher Package Description org.apache.ivy.plugins.matcher -
-
Uses of AbstractPatternMatcher in org.apache.ivy.plugins.matcher
Subclasses of AbstractPatternMatcher in org.apache.ivy.plugins.matcher Modifier and Type Class Description classExactOrRegexpPatternMatcherA pattern matcher that tries to match exactly the input with the expression, or match it as a pattern.classExactPatternMatcherImplementation of an exact matcher.classGlobPatternMatcherA pattern matcher matching input using unix-like glob matcher expressions.classRegexpPatternMatcherA pattern matcher matching input using regular expressions.
-