Uses of Interface
org.apache.ivy.core.module.descriptor.InheritableItem
-
Packages that use InheritableItem Package Description org.apache.ivy.core.module.descriptor org.apache.ivy.plugins.parser.m2 org.apache.ivy.plugins.parser.xml -
-
Uses of InheritableItem in org.apache.ivy.core.module.descriptor
Subinterfaces of InheritableItem in org.apache.ivy.core.module.descriptor Modifier and Type Interface Description interface
DependencyDescriptor
Describes a dependency from a depender to a dependee.Classes in org.apache.ivy.core.module.descriptor that implement InheritableItem Modifier and Type Class Description class
Configuration
Represents a module configurationclass
ConfigurationGroup
A configuration which is actually a group of several configurations.class
ConfigurationIntersection
A configuration which is actually the intersection of several configurations.class
DefaultDependencyDescriptor
This class can be used as the default implementation for DependencyDescriptor. -
Uses of InheritableItem in org.apache.ivy.plugins.parser.m2
Classes in org.apache.ivy.plugins.parser.m2 that implement InheritableItem Modifier and Type Class Description static class
PomModuleDescriptorBuilder.PomDependencyDescriptor
DependencyDescriptor
that provides access to the originalPomDependencyData
. -
Uses of InheritableItem in org.apache.ivy.plugins.parser.xml
Methods in org.apache.ivy.plugins.parser.xml that return types with arguments of type InheritableItem Modifier and Type Method Description private java.util.Map<ModuleRevisionId,java.util.List<InheritableItem>>
XmlModuleDescriptorUpdater.UpdaterHandler. collateInheritedItems(ModuleDescriptor merged, InheritableItem[] items)
Collect the given list of inherited descriptor items into lists keyed by parent Id.Methods in org.apache.ivy.plugins.parser.xml with parameters of type InheritableItem Modifier and Type Method Description private java.util.Map<ModuleRevisionId,java.util.List<InheritableItem>>
XmlModuleDescriptorUpdater.UpdaterHandler. collateInheritedItems(ModuleDescriptor merged, InheritableItem[] items)
Collect the given list of inherited descriptor items into lists keyed by parent Id.private void
XmlModuleDescriptorUpdater.UpdaterHandler. writeInheritedItems(ModuleDescriptor merged, InheritableItem[] items, XmlModuleDescriptorUpdater.ItemPrinter printer, java.lang.String itemName, boolean includeContainer)
Write XML elements that do not appear in the source descriptor, but have been copied in from a parent module descriptor via <extends> declaration.
-