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 Details

    • PluginMetadataXpp3Writer

      public PluginMetadataXpp3Writer()
  • Method Details

    • setFileComment

      public void setFileComment(String fileComment)
      Method setFileComment.
      Parameters:
      fileComment - a fileComment object.
    • write

      public void write(Writer writer, PluginMetadata pluginMetadata) throws IOException
      Method write.
      Parameters:
      writer - a writer object.
      pluginMetadata - a pluginMetadata object.
      Throws:
      IOException - java.io.IOException if any.
    • write

      public void write(OutputStream stream, PluginMetadata pluginMetadata) throws IOException
      Method write.
      Parameters:
      stream - a stream object.
      pluginMetadata - a pluginMetadata object.
      Throws:
      IOException - java.io.IOException if any.