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