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 MatcherDefaultRepositoryCacheManager.getChangingMatcher(CacheMetadataOptions options) -
Uses of Matcher in org.apache.ivy.plugins.matcher
Classes in org.apache.ivy.plugins.matcher that implement MatcherModifier and TypeClassDescriptionclassA matcher that will match everything.private static final classprivate static classfinal classA matcher that matches nothing.private static classFields in org.apache.ivy.plugins.matcher declared as MatcherModifier and TypeFieldDescriptionprivate MatcherExactOrRegexpPatternMatcher.ExactOrRegexpMatcher.exactstatic final MatcherAnyMatcher.INSTANCEstatic final MatcherNoMatcher.INSTANCEprivate MatcherExactOrRegexpPatternMatcher.ExactOrRegexpMatcher.regexpFields 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 MatcherAbstractPatternMatcher.newMatcher(String expression) Returns an instance of the implementation specific matcher.protected MatcherExactOrRegexpPatternMatcher.newMatcher(String expression) protected MatcherExactPatternMatcher.newMatcher(String expression) protected MatcherRegexpPatternMatcher.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