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 TypeMethodDescriptionvoidDefaultRepositoryCacheManager.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 PatternMatcherAbstractIncludeExcludeRule.patternMatcherMethods 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 TypeMethodDescriptionvoidDefaultModuleDescriptor.addConflictManager(ModuleId moduleId, PatternMatcher matcher, ConflictManager manager) regular expressions as explained in Pattern class may be used in ModuleId organisation and namevoidDefaultModuleDescriptor.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 voidSearchEngine.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 TypeMethodDescriptionvoidIvySettings.addConfigured(PatternMatcher m) voidIvySettings.addMatcher(PatternMatcher m) voidIvySettings.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 TypeClassDescriptionclassAn abstract implementation of the pattern matcher providing base template methodsfinal classA pattern matcher that tries to match exactly the input with the expression, or match it as a pattern.final classImplementation of an exact matcher.final classA 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 booleanMatcherHelper.isExact(PatternMatcher m, String exp) static booleanMatcherHelper.isExact(PatternMatcher m, ModuleId exp) static booleanMatcherHelper.isExact(PatternMatcher m, ModuleRevisionId exp) static booleanMatcherHelper.matches(PatternMatcher m, String expression, String input) static booleanMatcherHelper.matches(PatternMatcher m, ArtifactId exp, ArtifactId aid) static booleanMatcherHelper.matches(PatternMatcher m, ModuleId exp, ModuleId mid) static booleanMatcherHelper.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 PatternMatcherXmlModuleDescriptorParser.Parser.defaultMatcherMethods in org.apache.ivy.plugins.parser.xml that return PatternMatcherModifier and TypeMethodDescriptionprotected PatternMatcherXmlModuleDescriptorParser.Parser.getDefaultMatcher()protected PatternMatcherXmlModuleDescriptorParser.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