Uses of Interface
org.apache.maven.plugin.descriptor.io.PluginDescriptorStaxWriter.ElementWriter
Packages that use PluginDescriptorStaxWriter.ElementWriter
-
Uses of PluginDescriptorStaxWriter.ElementWriter in org.apache.maven.plugin.descriptor.io
Methods in org.apache.maven.plugin.descriptor.io with parameters of type PluginDescriptorStaxWriter.ElementWriterModifier and TypeMethodDescriptionprivate <T> void
PluginDescriptorStaxWriter.writeList
(String tagName, boolean flat, List<T> list, XMLStreamWriter serializer, PluginDescriptorStaxWriter.ElementWriter<T> writer) private <T> void
PluginDescriptorStaxWriter.writeList
(String tagName, List<T> list, XMLStreamWriter serializer, PluginDescriptorStaxWriter.ElementWriter<T> writer)