Class PluginRegistryXpp3Writer
- java.lang.Object
-
- org.apache.maven.plugin.registry.io.xpp3.PluginRegistryXpp3Writer
-
public class PluginRegistryXpp3Writer extends java.lang.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 void
setFileComment(java.lang.String fileComment)
Method setFileComment.void
write(java.io.OutputStream stream, PluginRegistry pluginRegistry)
Method write.void
write(java.io.Writer writer, PluginRegistry pluginRegistry)
Method write.
-
-
-
Method Detail
-
setFileComment
public void setFileComment(java.lang.String fileComment)
Method setFileComment.- Parameters:
fileComment
- a fileComment object.
-
write
public void write(java.io.Writer writer, PluginRegistry pluginRegistry) throws java.io.IOException
Method write.- Parameters:
writer
- a writer object.pluginRegistry
- a pluginRegistry object.- Throws:
java.io.IOException
- java.io.IOException if any.
-
write
public void write(java.io.OutputStream stream, PluginRegistry pluginRegistry) throws java.io.IOException
Method write.- Parameters:
stream
- a stream object.pluginRegistry
- a pluginRegistry object.- Throws:
java.io.IOException
- java.io.IOException if any.
-
-