Uses of Interface
org.apache.ivy.plugins.matcher.PatternMatcher
Packages that use PatternMatcher
Package
Description
-
Uses of PatternMatcher in org.apache.ivy
Methods in org.apache.ivy with parameters of type PatternMatcherModifier and TypeMethodDescriptionModuleId[]
Ivy.listModules
(ModuleId criteria, PatternMatcher matcher) Ivy.listModules
(ModuleRevisionId criteria, PatternMatcher matcher) ModuleId[]
Ivy14.listModules
(ModuleId criteria, PatternMatcher matcher) Ivy14.listModules
(ModuleRevisionId criteria, PatternMatcher matcher) -
Uses of PatternMatcher in org.apache.ivy.core.cache
Methods in org.apache.ivy.core.cache that return PatternMatcherModifier and TypeMethodDescriptionDefaultResolutionCacheManager.CacheParserSettings.getMatcher
(String matcherName) Methods in org.apache.ivy.core.cache with parameters of type PatternMatcherModifier and TypeMethodDescriptionvoid
DefaultRepositoryCacheManager.addTTL
(Map<String, String> attributes, PatternMatcher matcher, long duration) -
Uses of PatternMatcher in org.apache.ivy.core.event
Fields in org.apache.ivy.core.event declared as PatternMatcherConstructors in org.apache.ivy.core.event with parameters of type PatternMatcherModifierConstructorDescriptionIvyEventFilter
(String event, String filterExpression, PatternMatcher matcher) -
Uses of PatternMatcher in org.apache.ivy.core.install
Methods in org.apache.ivy.core.install that return PatternMatcher -
Uses of PatternMatcher in org.apache.ivy.core.module.descriptor
Fields in org.apache.ivy.core.module.descriptor declared as PatternMatcherModifier and TypeFieldDescriptionprivate PatternMatcher
AbstractIncludeExcludeRule.patternMatcher
Methods in org.apache.ivy.core.module.descriptor that return PatternMatcherModifier and TypeMethodDescriptionAbstractIncludeExcludeRule.getMatcher()
ExcludeRule.getMatcher()
Returns the matcher to use to know if an artifact match the current descriptorIncludeRule.getMatcher()
Returns the matcher to use to know if an artifact match the current descriptorMethods in org.apache.ivy.core.module.descriptor with parameters of type PatternMatcherModifier and TypeMethodDescriptionvoid
DefaultModuleDescriptor.addConflictManager
(ModuleId moduleId, PatternMatcher matcher, ConflictManager manager) regular expressions as explained in Pattern class may be used in ModuleId organisation and namevoid
DefaultModuleDescriptor.addDependencyDescriptorMediator
(ModuleId moduleId, PatternMatcher matcher, DependencyDescriptorMediator ddm) Constructors in org.apache.ivy.core.module.descriptor with parameters of type PatternMatcherModifierConstructorDescriptionAbstractIncludeExcludeRule
(ArtifactId aid, PatternMatcher matcher, Map<String, String> extraAttributes) DefaultExcludeRule
(ArtifactId aid, PatternMatcher matcher, Map<String, String> extraAttributes) DefaultIncludeRule
(ArtifactId aid, PatternMatcher matcher, Map<String, String> extraAttributes) -
Uses of PatternMatcher in org.apache.ivy.core.search
Methods in org.apache.ivy.core.search with parameters of type PatternMatcherModifier and TypeMethodDescriptionprivate void
SearchEngine.addMatcher
(PatternMatcher patternMatcher, String expression, Map<String, Object> criteria, String key) SearchEngine.findModuleRevisionIds
(DependencyResolver resolver, ModuleRevisionId pattern, PatternMatcher matcher) ModuleId[]
SearchEngine.listModules
(ModuleId moduleCrit, PatternMatcher matcher) List module ids of the module accessible through the current resolvers matching the given mid criteria according to the given matcher.SearchEngine.listModules
(ModuleRevisionId moduleCrit, PatternMatcher matcher) List module revision ids of the module accessible through the current resolvers matching the given mrid criteria according to the given matcher.SearchEngine.listModules
(DependencyResolver resolver, ModuleRevisionId moduleCrit, PatternMatcher matcher) List modules matching a given criteria, available in the given dependency resolver. -
Uses of PatternMatcher in org.apache.ivy.core.settings
Fields in org.apache.ivy.core.settings with type parameters of type PatternMatcherMethods in org.apache.ivy.core.settings that return PatternMatcherMethods in org.apache.ivy.core.settings with parameters of type PatternMatcherModifier and TypeMethodDescriptionvoid
IvySettings.addConfigured
(PatternMatcher m) void
IvySettings.addMatcher
(PatternMatcher m) void
IvySettings.addModuleConfiguration
(Map<String, String> attributes, PatternMatcher matcher, String resolverName, String branch, String conflictManager, String resolveMode) regular expressions as explained in Pattern class may be used in attributes -
Uses of PatternMatcher in org.apache.ivy.plugins.matcher
Classes in org.apache.ivy.plugins.matcher that implement PatternMatcherModifier and TypeClassDescriptionclass
An abstract implementation of the pattern matcher providing base template methodsfinal class
A pattern matcher that tries to match exactly the input with the expression, or match it as a pattern.final class
Implementation of an exact matcher.final class
A pattern matcher matching input using regular expressions.Fields in org.apache.ivy.plugins.matcher declared as PatternMatcherMethods in org.apache.ivy.plugins.matcher that return PatternMatcherMethods in org.apache.ivy.plugins.matcher with parameters of type PatternMatcherModifier and TypeMethodDescriptionstatic boolean
MatcherHelper.isExact
(PatternMatcher m, String exp) static boolean
MatcherHelper.isExact
(PatternMatcher m, ModuleId exp) static boolean
MatcherHelper.isExact
(PatternMatcher m, ModuleRevisionId exp) static boolean
MatcherHelper.matches
(PatternMatcher m, String expression, String input) static boolean
MatcherHelper.matches
(PatternMatcher m, ArtifactId exp, ArtifactId aid) static boolean
MatcherHelper.matches
(PatternMatcher m, ModuleId exp, ModuleId mid) static boolean
MatcherHelper.matches
(PatternMatcher m, ModuleRevisionId exp, ModuleRevisionId mrid) Constructors in org.apache.ivy.plugins.matcher with parameters of type PatternMatcher -
Uses of PatternMatcher in org.apache.ivy.plugins.parser
Methods in org.apache.ivy.plugins.parser that return PatternMatcher -
Uses of PatternMatcher in org.apache.ivy.plugins.parser.xml
Fields in org.apache.ivy.plugins.parser.xml declared as PatternMatcherModifier and TypeFieldDescriptionprivate PatternMatcher
XmlModuleDescriptorParser.Parser.defaultMatcher
Methods in org.apache.ivy.plugins.parser.xml that return PatternMatcherModifier and TypeMethodDescriptionprotected PatternMatcher
XmlModuleDescriptorParser.Parser.getDefaultMatcher()
protected PatternMatcher
XmlModuleDescriptorParser.Parser.getPatternMatcher
(String m) -
Uses of PatternMatcher in org.apache.ivy.plugins.resolver
Methods in org.apache.ivy.plugins.resolver that return PatternMatcherModifier and TypeMethodDescriptionAbstractResolver.ResolverParserSettings.getMatcher
(String matcherName) -
Uses of PatternMatcher in org.apache.ivy.plugins.trigger
Methods in org.apache.ivy.plugins.trigger that return PatternMatcher