Class XmlModuleDescriptorUpdater.DependencyPrinter
- java.lang.Object
-
- org.apache.ivy.plugins.parser.xml.XmlModuleDescriptorUpdater.DependencyPrinter
-
- All Implemented Interfaces:
XmlModuleDescriptorUpdater.ItemPrinter
- Enclosing class:
- XmlModuleDescriptorUpdater
protected static class XmlModuleDescriptorUpdater.DependencyPrinter extends java.lang.Object implements XmlModuleDescriptorUpdater.ItemPrinter
-
-
Field Summary
Fields Modifier and Type Field Description static XmlModuleDescriptorUpdater.DependencyPrinter
INSTANCE
-
Constructor Summary
Constructors Modifier Constructor Description protected
DependencyPrinter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
print(ModuleDescriptor parent, java.lang.Object item, java.io.PrintWriter out)
Print an XML representation ofitem
toout
.
-
-
-
Field Detail
-
INSTANCE
public static final XmlModuleDescriptorUpdater.DependencyPrinter INSTANCE
-
-
Method Detail
-
print
public void print(ModuleDescriptor parent, java.lang.Object item, java.io.PrintWriter out)
Description copied from interface:XmlModuleDescriptorUpdater.ItemPrinter
Print an XML representation ofitem
toout
.- Specified by:
print
in interfaceXmlModuleDescriptorUpdater.ItemPrinter
- Parameters:
parent
- the module descriptor containingitem
item
- subcomponent of the descriptor, for example aDependencyDescriptor
orConfiguration
out
- PrintWriter
-
-