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