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 class
XmlModuleDescriptorUpdater.ConfigurationPrinter
protected static class
XmlModuleDescriptorUpdater.DependencyPrinter
Methods in org.apache.ivy.plugins.parser.xml with parameters of type XmlModuleDescriptorUpdater.ItemPrinter Modifier and Type Method Description 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.
-