protected static class XmlModuleDescriptorUpdater.DependencyPrinter extends java.lang.Object implements XmlModuleDescriptorUpdater.ItemPrinter
Modifier and Type | Field and Description |
---|---|
static XmlModuleDescriptorUpdater.DependencyPrinter |
INSTANCE |
Modifier | Constructor and Description |
---|---|
protected |
XmlModuleDescriptorUpdater.DependencyPrinter() |
Modifier and Type | Method and Description |
---|---|
void |
print(ModuleDescriptor parent,
java.lang.Object item,
java.io.PrintWriter out)
Print an XML representation of
item to out . |
public static final XmlModuleDescriptorUpdater.DependencyPrinter INSTANCE
protected XmlModuleDescriptorUpdater.DependencyPrinter()
public void print(ModuleDescriptor parent, java.lang.Object item, java.io.PrintWriter out)
XmlModuleDescriptorUpdater.ItemPrinter
item
to out
.print
in interface XmlModuleDescriptorUpdater.ItemPrinter
parent
- the module descriptor containing item
item
- subcomponent of the descriptor, for example a DependencyDescriptor
or
Configuration