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 String
IvyBuildList.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.lookup
private List<MapMatcher>
MatcherLookup.nonExactMatchers
private Map<MapMatcher,
T> ModuleRules.rules
Methods 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 TypeMethodDescriptionvoid
MatcherLookup.add
(MapMatcher matcher) Add matcher.void
ModuleRules.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