Class MavenXpp3WriterEx

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

public class MavenXpp3WriterEx extends Object
  • Field Details

  • Constructor Details

    • MavenXpp3WriterEx

      public MavenXpp3WriterEx()
  • Method Details

    • setFileComment

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

      public void setStringFormatter(InputLocation.StringFormatter stringFormatter)
      Method setStringFormatter.
      Parameters:
      stringFormatter -
    • 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.