Class BuildCacheDiffXpp3Writer


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

      • BuildCacheDiffXpp3Writer

        public BuildCacheDiffXpp3Writer()
    • Method Detail

      • setFileComment

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

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

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