Uses of Interface
org.apache.ivy.plugins.parser.xml.XmlModuleDescriptorUpdater.ItemPrinter
-
Packages that use XmlModuleDescriptorUpdater.ItemPrinter Package Description org.apache.ivy.plugins.parser.xml -
-
Uses of XmlModuleDescriptorUpdater.ItemPrinter in org.apache.ivy.plugins.parser.xml
Classes in org.apache.ivy.plugins.parser.xml that implement XmlModuleDescriptorUpdater.ItemPrinter Modifier and Type Class Description protected static classXmlModuleDescriptorUpdater.ConfigurationPrinterprotected static classXmlModuleDescriptorUpdater.DependencyPrinterMethods in org.apache.ivy.plugins.parser.xml with parameters of type XmlModuleDescriptorUpdater.ItemPrinter Modifier and Type Method Description private voidXmlModuleDescriptorUpdater.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.
-