Class BuildJobXpp3Writer


  • public class BuildJobXpp3Writer
    extends java.lang.Object
    Class BuildJobXpp3Writer.
    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, BuildJob buildJob)
      Method write.
      void write​(java.io.Writer writer, BuildJob buildJob)
      Method write.
      • Methods inherited from class java.lang.Object

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

      • BuildJobXpp3Writer

        public BuildJobXpp3Writer()
    • Method Detail

      • setFileComment

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

        public void write​(java.io.Writer writer,
                          BuildJob buildJob)
                   throws java.io.IOException
        Method write.
        Parameters:
        writer -
        buildJob -
        Throws:
        java.io.IOException
      • write

        public void write​(java.io.OutputStream stream,
                          BuildJob buildJob)
                   throws java.io.IOException
        Method write.
        Parameters:
        stream -
        buildJob -
        Throws:
        java.io.IOException