Uses of Interface
org.apache.ivy.core.module.descriptor.IncludeRule
Packages that use IncludeRule
Package
Description
-
Uses of IncludeRule in org.apache.ivy.core.module.descriptor
Classes in org.apache.ivy.core.module.descriptor that implement IncludeRuleFields in org.apache.ivy.core.module.descriptor with type parameters of type IncludeRuleModifier and TypeFieldDescriptionprivate Map<String,
Collection<IncludeRule>> DefaultDependencyDescriptor.includeRules
Methods in org.apache.ivy.core.module.descriptor that return IncludeRuleModifier and TypeMethodDescriptionDefaultDependencyDescriptor.getAllIncludeRules()
DependencyDescriptor.getAllIncludeRules()
DefaultDependencyDescriptor.getIncludeRules
(String moduleConfiguration) DefaultDependencyDescriptor.getIncludeRules
(String[] moduleConfigurations) DependencyDescriptor.getIncludeRules
(String moduleConfigurations) DependencyDescriptor.getIncludeRules
(String[] moduleConfigurations) Methods in org.apache.ivy.core.module.descriptor that return types with arguments of type IncludeRuleModifier and TypeMethodDescriptionprivate Map<String,
Collection<IncludeRule>> DefaultDependencyDescriptor.getIncludeRules()
Methods in org.apache.ivy.core.module.descriptor with parameters of type IncludeRuleModifier and TypeMethodDescriptionvoid
DefaultDependencyDescriptor.addIncludeRule
(String masterConf, IncludeRule rule) Method parameters in org.apache.ivy.core.module.descriptor with type arguments of type IncludeRuleModifier and TypeMethodDescriptionprivate void
DefaultDependencyDescriptor.setIncludeRules
(Map<String, Collection<IncludeRule>> includeRules) -
Uses of IncludeRule in org.apache.ivy.core.resolve
Methods in org.apache.ivy.core.resolve that return types with arguments of type IncludeRuleModifier and TypeMethodDescriptionprotected Set<IncludeRule>
IvyNodeUsage.getDependencyIncludesSet
(String rootModuleConf) Methods in org.apache.ivy.core.resolve with parameters of type IncludeRuleModifier and TypeMethodDescriptionprivate static Collection<Artifact>
IvyNode.findArtifactsMatching
(IncludeRule rule, Map<ArtifactId, Artifact> allArtifacts) -
Uses of IncludeRule in org.apache.ivy.plugins.parser.xml
Methods in org.apache.ivy.plugins.parser.xml with parameters of type IncludeRuleModifier and TypeMethodDescriptionprivate static void
XmlModuleDescriptorWriter.printDependencyIncludeRules
(ModuleDescriptor md, PrintWriter out, IncludeRule[] includes)