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 class
ExactOrRegexpPatternMatcher
A pattern matcher that tries to match exactly the input with the expression, or match it as a pattern.class
ExactPatternMatcher
Implementation of an exact matcher.class
GlobPatternMatcher
A pattern matcher matching input using unix-like glob matcher expressions.class
RegexpPatternMatcher
A pattern matcher matching input using regular expressions.
-