Class MavenXpp3Writer

java.lang.Object
org.apache.maven.model.io.xpp3.MavenXpp3Writer

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

    • MavenXpp3Writer

      public MavenXpp3Writer()
  • Method Details

    • setFileComment

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

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

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