Class PluginRegistryXpp3Writer

java.lang.Object
org.apache.maven.plugin.registry.io.xpp3.PluginRegistryXpp3Writer

public class PluginRegistryXpp3Writer extends Object
Class PluginRegistryXpp3Writer.
Version:
$Revision$ $Date$
  • Constructor Details

    • PluginRegistryXpp3Writer

      public PluginRegistryXpp3Writer()
  • Method Details

    • setFileComment

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

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

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