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 Matcher
DefaultRepositoryCacheManager. 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 class
AnyMatcher
A matcher that will match everything.private static class
ExactOrRegexpPatternMatcher.ExactOrRegexpMatcher
private static class
ExactPatternMatcher.ExactMatcher
private static class
GlobPatternMatcher.GlobMatcher
class
NoMatcher
A matcher that matches nothing.private static class
RegexpPatternMatcher.RegexpMatcher
Fields in org.apache.ivy.plugins.matcher declared as Matcher Modifier and Type Field Description private Matcher
ExactOrRegexpPatternMatcher.ExactOrRegexpMatcher. exact
static Matcher
AnyMatcher. INSTANCE
static Matcher
NoMatcher. INSTANCE
private Matcher
ExactOrRegexpPatternMatcher.ExactOrRegexpMatcher. regexp
Fields 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. matchers
Methods in org.apache.ivy.plugins.matcher that return Matcher Modifier and Type Method Description Matcher
AbstractPatternMatcher. getMatcher(java.lang.String expression)
Matcher
PatternMatcher. getMatcher(java.lang.String expression)
Return the matcher for the given expression.protected abstract Matcher
AbstractPatternMatcher. newMatcher(java.lang.String expression)
Returns an instance of the implementation specific matcher.protected Matcher
ExactOrRegexpPatternMatcher. newMatcher(java.lang.String expression)
protected Matcher
ExactPatternMatcher. newMatcher(java.lang.String expression)
protected Matcher
GlobPatternMatcher. newMatcher(java.lang.String expression)
protected Matcher
RegexpPatternMatcher. 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 class
Match.NoMatchMatcher
Methods in org.apache.ivy.plugins.version that return Matcher Modifier and Type Method Description Matcher
Match. getPatternMatcher(ModuleRevisionId askedMrid)
-