Class BuildCacheReportXpp3Writer

java.lang.Object
org.apache.maven.buildcache.xml.report.io.xpp3.BuildCacheReportXpp3Writer

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

    • BuildCacheReportXpp3Writer

      public BuildCacheReportXpp3Writer()
  • Method Details

    • setFileComment

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

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

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