Uses of Interface
org.apache.ivy.core.module.descriptor.InheritableItem
Packages that use InheritableItem
Package
Description
-
Uses of InheritableItem in org.apache.ivy.core.module.descriptor
Subinterfaces of InheritableItem in org.apache.ivy.core.module.descriptorModifier and TypeInterfaceDescriptioninterface
Describes a dependency from a depender to a dependee.Classes in org.apache.ivy.core.module.descriptor that implement InheritableItemModifier and TypeClassDescriptionclass
Represents a module configurationclass
A configuration which is actually a group of several configurations.class
A configuration which is actually the intersection of several configurations.class
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 InheritableItemModifier and TypeClassDescriptionstatic class
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 InheritableItemModifier and TypeMethodDescriptionprivate Map<ModuleRevisionId,
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 InheritableItemModifier and TypeMethodDescriptionprivate Map<ModuleRevisionId,
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, 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.