protected static interface XmlModuleDescriptorUpdater.ItemPrinter
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 . |
void print(ModuleDescriptor parent, java.lang.Object item, java.io.PrintWriter out)
item
to out
.parent
- the module descriptor containing item
item
- subcomponent of the descriptor, for example a DependencyDescriptor
or
Configuration