Class ComponentXpp3Writer

java.lang.Object
org.apache.maven.plugins.assembly.model.io.xpp3.ComponentXpp3Writer

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

    • ComponentXpp3Writer

      public ComponentXpp3Writer()
  • Method Details

    • setFileComment

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

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

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