Class BuildCacheBuildXpp3Writer

java.lang.Object
org.apache.maven.buildcache.xml.build.io.xpp3.BuildCacheBuildXpp3Writer

public class BuildCacheBuildXpp3Writer extends Object
Class BuildCacheBuildXpp3Writer.
Version:
$Revision$ $Date$
  • Constructor Details

    • BuildCacheBuildXpp3Writer

      public BuildCacheBuildXpp3Writer()
  • Method Details

    • setFileComment

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

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

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