Class PluginRegistryXpp3Writer
- java.lang.Object
-
- org.apache.maven.plugin.registry.io.xpp3.PluginRegistryXpp3Writer
-
public class PluginRegistryXpp3Writer extends Object
Class PluginRegistryXpp3Writer.- Version:
- $Revision$ $Date$
-
-
Constructor Summary
Constructors Constructor Description PluginRegistryXpp3Writer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetFileComment(String fileComment)Method setFileComment.voidwrite(OutputStream stream, PluginRegistry pluginRegistry)Method write.voidwrite(Writer writer, PluginRegistry pluginRegistry)Method write.
-
-
-
Method Detail
-
setFileComment
public void setFileComment(String fileComment)
Method setFileComment.- Parameters:
fileComment-
-
write
public void write(Writer writer, PluginRegistry pluginRegistry) throws IOException
Method write.- Parameters:
writer-pluginRegistry-- Throws:
IOException
-
write
public void write(OutputStream stream, PluginRegistry pluginRegistry) throws IOException
Method write.- Parameters:
stream-pluginRegistry-- Throws:
IOException
-
-