Class SettingsXpp3Writer

java.lang.Object
org.apache.maven.settings.v4.SettingsXpp3Writer

@Generated public class SettingsXpp3Writer extends Object
  • Constructor Details

    • SettingsXpp3Writer

      public SettingsXpp3Writer()
  • Method Details

    • setFileComment

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

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

      public void write(OutputStream stream, Settings settings) throws IOException
      Method write.
      Parameters:
      stream - a stream object
      settings - a Settings object
      Throws:
      IOException - java.io.IOException if any
    • writeDomToSerializer

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