Class ProfilesXpp3Writer


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

      • ProfilesXpp3Writer

        public ProfilesXpp3Writer()
    • Method Detail

      • setFileComment

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

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

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