Uses of Interface
org.apache.ivy.core.module.descriptor.IncludeRule
-
Packages that use IncludeRule Package Description org.apache.ivy.core.module.descriptor org.apache.ivy.core.resolve org.apache.ivy.plugins.parser.xml -
-
Uses of IncludeRule in org.apache.ivy.core.module.descriptor
Classes in org.apache.ivy.core.module.descriptor that implement IncludeRule Modifier and Type Class Description classDefaultIncludeRuleFields in org.apache.ivy.core.module.descriptor with type parameters of type IncludeRule Modifier and Type Field Description private java.util.Map<java.lang.String,java.util.Collection<IncludeRule>>DefaultDependencyDescriptor. includeRulesMethods in org.apache.ivy.core.module.descriptor that return IncludeRule Modifier and Type Method Description IncludeRule[]DefaultDependencyDescriptor. getAllIncludeRules()IncludeRule[]DependencyDescriptor. getAllIncludeRules()IncludeRule[]DefaultDependencyDescriptor. getIncludeRules(java.lang.String moduleConfiguration)IncludeRule[]DefaultDependencyDescriptor. getIncludeRules(java.lang.String[] moduleConfigurations)IncludeRule[]DependencyDescriptor. getIncludeRules(java.lang.String moduleConfigurations)IncludeRule[]DependencyDescriptor. getIncludeRules(java.lang.String[] moduleConfigurations)Methods in org.apache.ivy.core.module.descriptor that return types with arguments of type IncludeRule Modifier and Type Method Description private java.util.Map<java.lang.String,java.util.Collection<IncludeRule>>DefaultDependencyDescriptor. getIncludeRules()Methods in org.apache.ivy.core.module.descriptor with parameters of type IncludeRule Modifier and Type Method Description voidDefaultDependencyDescriptor. addIncludeRule(java.lang.String masterConf, IncludeRule rule)Method parameters in org.apache.ivy.core.module.descriptor with type arguments of type IncludeRule Modifier and Type Method Description private voidDefaultDependencyDescriptor. setIncludeRules(java.util.Map<java.lang.String,java.util.Collection<IncludeRule>> includeRules) -
Uses of IncludeRule in org.apache.ivy.core.resolve
Methods in org.apache.ivy.core.resolve that return IncludeRule Modifier and Type Method Description private static IncludeRuleIvyNodeUsage. includeAllArtifacts()Methods in org.apache.ivy.core.resolve that return types with arguments of type IncludeRule Modifier and Type Method Description protected java.util.Set<IncludeRule>IvyNodeUsage. getDependencyIncludesSet(java.lang.String rootModuleConf)Methods in org.apache.ivy.core.resolve with parameters of type IncludeRule Modifier and Type Method Description private static java.util.Collection<Artifact>IvyNode. findArtifactsMatching(IncludeRule rule, java.util.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 IncludeRule Modifier and Type Method Description private static voidXmlModuleDescriptorWriter. printDependencyIncludeRules(ModuleDescriptor md, java.io.PrintWriter out, IncludeRule[] includes)
-