Class AssemblyXpp3Writer

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

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

    • AssemblyXpp3Writer

      public AssemblyXpp3Writer()
  • Method Details

    • setFileComment

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

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

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