Uses of Class
org.apache.ivy.plugins.matcher.MapMatcher
-
Packages that use MapMatcher Package Description org.apache.ivy.ant org.apache.ivy.core.module.id 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 MapMatcher Modifier and Type Method Description private java.util.Set<MapMatcher>IvyBuildList. convert(java.util.List<IvyBuildList.BuildListModule> modulesList, java.lang.String modulesString, IvySettings settings)Method parameters in org.apache.ivy.ant with type arguments of type MapMatcher Modifier and Type Method Description private java.lang.StringIvyBuildList. extractModuleNames(java.util.Set<MapMatcher> matchers)private java.util.List<ModuleDescriptor>IvyBuildList. findModuleDescriptors(java.util.Collection<ModuleDescriptor> mds, java.util.Set<MapMatcher> matchers, java.lang.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 MapMatcher Modifier and Type Field Description private java.util.Map<java.lang.String,java.util.List<MapMatcher>>MatcherLookup. lookupprivate java.util.List<MapMatcher>MatcherLookup. nonExactMatchersprivate java.util.Map<MapMatcher,T>ModuleRules. rulesMethods in org.apache.ivy.core.module.id that return types with arguments of type MapMatcher Modifier and Type Method Description java.util.List<MapMatcher>MatcherLookup. get(java.util.Map<java.lang.String,java.lang.String> attrs)java.util.Map<MapMatcher,T>ModuleRules. 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 MapMatcher Modifier and Type Method Description voidMatcherLookup. 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 Constructor Description ModuleRules(java.util.Map<MapMatcher,T> rules)
-