Uses of Class
org.apache.ivy.plugins.matcher.MapMatcher
Packages that use MapMatcher
Package
Description
This packages gathers classes used to represent identifiers of objects involved in dependency management.
-
Uses of MapMatcher in org.apache.ivy.ant
Methods in org.apache.ivy.ant that return types with arguments of type MapMatcherModifier and TypeMethodDescriptionprivate Set<MapMatcher>IvyBuildList.convert(List<IvyBuildList.BuildListModule> modulesList, String modulesString, IvySettings settings) Method parameters in org.apache.ivy.ant with type arguments of type MapMatcherModifier and TypeMethodDescriptionprivate StringIvyBuildList.extractModuleNames(Set<MapMatcher> matchers) private List<ModuleDescriptor>IvyBuildList.findModuleDescriptors(Collection<ModuleDescriptor> mds, Set<MapMatcher> matchers, String kind) -
Uses of MapMatcher in org.apache.ivy.core.module.id
Fields in org.apache.ivy.core.module.id with type parameters of type MapMatcherModifier and TypeFieldDescriptionprivate Map<String,List<MapMatcher>> MatcherLookup.lookupprivate List<MapMatcher>MatcherLookup.nonExactMatchersprivate Map<MapMatcher,T> ModuleRules.rulesMethods in org.apache.ivy.core.module.id that return types with arguments of type MapMatcherModifier and TypeMethodDescriptionModuleRules.getAllRules()Returns an unmodifiable view of all the rules defined on this ModuleRules.Methods in org.apache.ivy.core.module.id with parameters of type MapMatcherModifier and TypeMethodDescriptionvoidMatcherLookup.add(MapMatcher matcher) Add matcher.voidModuleRules.defineRule(MapMatcher condition, T rule) Defines a new rule for the given condition.Constructor parameters in org.apache.ivy.core.module.id with type arguments of type MapMatcher