Class BuildJobXpp3Writer


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

      • BuildJobXpp3Writer

        public BuildJobXpp3Writer()
    • Method Detail

      • setFileComment

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

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

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