Uses of Interface
org.apache.ivy.plugins.matcher.Matcher
-
Packages that use Matcher Package Description org.apache.ivy.core.cache org.apache.ivy.plugins.matcher org.apache.ivy.plugins.version -
-
Uses of Matcher in org.apache.ivy.core.cache
Methods in org.apache.ivy.core.cache that return Matcher Modifier and Type Method Description private MatcherDefaultRepositoryCacheManager. getChangingMatcher(CacheMetadataOptions options) -
Uses of Matcher in org.apache.ivy.plugins.matcher
Classes in org.apache.ivy.plugins.matcher that implement Matcher Modifier and Type Class Description classAnyMatcherA matcher that will match everything.private static classExactOrRegexpPatternMatcher.ExactOrRegexpMatcherprivate static classExactPatternMatcher.ExactMatcherprivate static classGlobPatternMatcher.GlobMatcherclassNoMatcherA matcher that matches nothing.private static classRegexpPatternMatcher.RegexpMatcherFields in org.apache.ivy.plugins.matcher declared as Matcher Modifier and Type Field Description private MatcherExactOrRegexpPatternMatcher.ExactOrRegexpMatcher. exactstatic MatcherAnyMatcher. INSTANCEstatic MatcherNoMatcher. INSTANCEprivate MatcherExactOrRegexpPatternMatcher.ExactOrRegexpMatcher. regexpFields in org.apache.ivy.plugins.matcher with type parameters of type Matcher Modifier and Type Field Description private java.util.Map<java.lang.String,Matcher>MapMatcher. matchersMethods in org.apache.ivy.plugins.matcher that return Matcher Modifier and Type Method Description MatcherAbstractPatternMatcher. getMatcher(java.lang.String expression)MatcherPatternMatcher. getMatcher(java.lang.String expression)Return the matcher for the given expression.protected abstract MatcherAbstractPatternMatcher. newMatcher(java.lang.String expression)Returns an instance of the implementation specific matcher.protected MatcherExactOrRegexpPatternMatcher. newMatcher(java.lang.String expression)protected MatcherExactPatternMatcher. newMatcher(java.lang.String expression)protected MatcherGlobPatternMatcher. newMatcher(java.lang.String expression)protected MatcherRegexpPatternMatcher. newMatcher(java.lang.String expression) -
Uses of Matcher in org.apache.ivy.plugins.version
Classes in org.apache.ivy.plugins.version that implement Matcher Modifier and Type Class Description private static classMatch.NoMatchMatcherMethods in org.apache.ivy.plugins.version that return Matcher Modifier and Type Method Description MatcherMatch. getPatternMatcher(ModuleRevisionId askedMrid)
-