Uses of Interface
org.apache.ivy.plugins.matcher.Matcher
Packages that use Matcher
Package
Description
-
Uses of Matcher in org.apache.ivy.core.cache
Methods in org.apache.ivy.core.cache that return MatcherModifier and TypeMethodDescriptionprivate Matcher
DefaultRepositoryCacheManager.getChangingMatcher
(CacheMetadataOptions options) -
Uses of Matcher in org.apache.ivy.plugins.matcher
Classes in org.apache.ivy.plugins.matcher that implement MatcherModifier and TypeClassDescriptionclass
A matcher that will match everything.private static final class
private static class
final class
A matcher that matches nothing.private static class
Fields in org.apache.ivy.plugins.matcher declared as MatcherModifier and TypeFieldDescriptionprivate Matcher
ExactOrRegexpPatternMatcher.ExactOrRegexpMatcher.exact
static final Matcher
AnyMatcher.INSTANCE
static final Matcher
NoMatcher.INSTANCE
private Matcher
ExactOrRegexpPatternMatcher.ExactOrRegexpMatcher.regexp
Fields in org.apache.ivy.plugins.matcher with type parameters of type MatcherMethods in org.apache.ivy.plugins.matcher that return MatcherModifier and TypeMethodDescriptionAbstractPatternMatcher.getMatcher
(String expression) PatternMatcher.getMatcher
(String expression) Return the matcher for the given expression.protected abstract Matcher
AbstractPatternMatcher.newMatcher
(String expression) Returns an instance of the implementation specific matcher.protected Matcher
ExactOrRegexpPatternMatcher.newMatcher
(String expression) protected Matcher
ExactPatternMatcher.newMatcher
(String expression) protected Matcher
RegexpPatternMatcher.newMatcher
(String expression) -
Uses of Matcher in org.apache.ivy.plugins.version
Classes in org.apache.ivy.plugins.version that implement MatcherMethods in org.apache.ivy.plugins.version that return Matcher