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 TypeInterfaceDescriptioninterfaceDescribes a dependency from a depender to a dependee.Classes in org.apache.ivy.core.module.descriptor that implement InheritableItemModifier and TypeClassDescriptionclassRepresents a module configurationclassA configuration which is actually a group of several configurations.classA configuration which is actually the intersection of several configurations.classThis 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 classDependencyDescriptorthat 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 voidXmlModuleDescriptorUpdater.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.