Class BuildCacheBuildXpp3Writer
java.lang.Object
org.apache.maven.buildcache.xml.build.io.xpp3.BuildCacheBuildXpp3Writer
Class BuildCacheBuildXpp3Writer.
- Version:
 - $Revision$ $Date$
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidsetFileComment(String fileComment) Method setFileComment.voidwrite(OutputStream stream, Build build) Method write.voidMethod write. 
- 
Constructor Details
- 
BuildCacheBuildXpp3Writer
public BuildCacheBuildXpp3Writer() 
 - 
 - 
Method Details
- 
setFileComment
Method setFileComment.- Parameters:
 fileComment- a fileComment object.
 - 
write
Method write.- Parameters:
 writer- a writer object.build- a build object.- Throws:
 IOException- java.io.IOException if any.
 - 
write
Method write.- Parameters:
 stream- a stream object.build- a build object.- Throws:
 IOException- java.io.IOException if any.
 
 -