Class SettingsXpp3Writer


  • public class SettingsXpp3Writer
    extends Object
    Class SettingsXpp3Writer.
    Version:
    $Revision$ $Date$
    • Constructor Detail

      • SettingsXpp3Writer

        public SettingsXpp3Writer()
    • Method Detail

      • 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.