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 Summary
Constructors Constructor Description BuildCacheBuildXpp3Writer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setFileComment(String fileComment)
Method setFileComment.void
write(OutputStream stream, Build build)
Method write.void
write(Writer writer, Build build)
Method write.
-
-
-
Method Detail
-
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.
-
-