Interface XmlModuleDescriptorUpdater.ItemPrinter
-
- All Known Implementing Classes:
XmlModuleDescriptorUpdater.ConfigurationPrinter
,XmlModuleDescriptorUpdater.DependencyPrinter
- Enclosing class:
- XmlModuleDescriptorUpdater
protected static interface XmlModuleDescriptorUpdater.ItemPrinter
Prints a descriptor item's XML representation
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
print(ModuleDescriptor parent, java.lang.Object item, java.io.PrintWriter out)
Print an XML representation ofitem
toout
.
-
-
-
Method Detail
-
print
void print(ModuleDescriptor parent, java.lang.Object item, java.io.PrintWriter out)
Print an XML representation ofitem
toout
.- Parameters:
parent
- the module descriptor containingitem
item
- subcomponent of the descriptor, for example aDependencyDescriptor
orConfiguration
out
- PrintWriter
-
-