Class PluginRegistryXpp3Writer
java.lang.Object
org.apache.maven.plugin.registry.io.xpp3.PluginRegistryXpp3Writer
Class PluginRegistryXpp3Writer.
- Version:
- $Revision$ $Date$
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetFileComment(String fileComment) Method setFileComment.voidwrite(OutputStream stream, PluginRegistry pluginRegistry) Method write.voidwrite(Writer writer, PluginRegistry pluginRegistry) Method write.
-
Constructor Details
-
PluginRegistryXpp3Writer
public PluginRegistryXpp3Writer()
-
-
Method Details
-
setFileComment
Method setFileComment.- Parameters:
fileComment- a fileComment object.
-
write
Method write.- Parameters:
writer- a writer object.pluginRegistry- a pluginRegistry object.- Throws:
IOException- java.io.IOException if any.
-
write
Method write.- Parameters:
stream- a stream object.pluginRegistry- a pluginRegistry object.- Throws:
IOException- java.io.IOException if any.
-