Class ProfilesXpp3Writer


  • public class ProfilesXpp3Writer
    extends java.lang.Object
    Class ProfilesXpp3Writer.
    Version:
    $Revision$ $Date$
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void setFileComment​(java.lang.String fileComment)
      Method setFileComment.
      void write​(java.io.OutputStream stream, ProfilesRoot profilesRoot)
      Method write.
      void write​(java.io.Writer writer, ProfilesRoot profilesRoot)
      Method write.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ProfilesXpp3Writer

        public ProfilesXpp3Writer()
    • Method Detail

      • setFileComment

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

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

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