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