Class MavenXpp3WriterEx

java.lang.Object
org.apache.maven.model.v4.MavenXpp3WriterEx

@Generated 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
    • writeDomToSerializer

      protected void writeDomToSerializer(XmlNode dom, XmlSerializer serializer) throws IOException
      Method writeDomToSerializer.
      Parameters:
      dom - a dom object.
      serializer - a serializer object.
      Throws:
      IOException - java.io.IOException if any.
    • writeLocationTracking

      protected void writeLocationTracking(InputLocationTracker locationTracker, Object key, XmlSerializer serializer) throws IOException
      Method writeLocationTracking.
      Parameters:
      locationTracker -
      serializer -
      key -
      Throws:
      IOException
    • toString

      protected String toString(InputLocation location)
      Method toString.
      Parameters:
      location -
      Returns:
      String