Class PluginRegistryXpp3Writer

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

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

    • NAMESPACE

      private static final String NAMESPACE
      Field NAMESPACE.
    • fileComment

      private String fileComment
      Field fileComment.
  • Constructor Details

    • PluginRegistryXpp3Writer

      public PluginRegistryXpp3Writer()
  • Method Details

    • 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
    • writePlugin

      private void writePlugin(Plugin plugin, String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer) throws IOException
      Method writePlugin.
      Parameters:
      plugin -
      serializer -
      tagName -
      Throws:
      IOException
    • writePluginRegistry

      private void writePluginRegistry(PluginRegistry pluginRegistry, String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer) throws IOException
      Method writePluginRegistry.
      Parameters:
      pluginRegistry -
      serializer -
      tagName -
      Throws:
      IOException
    • writeTrackableBase

      private void writeTrackableBase(TrackableBase trackableBase, String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer) throws IOException
      Method writeTrackableBase.
      Parameters:
      trackableBase -
      serializer -
      tagName -
      Throws:
      IOException