Class BuildCacheDiffXpp3Writer
- java.lang.Object
-
- org.apache.maven.buildcache.xml.diff.io.xpp3.BuildCacheDiffXpp3Writer
-
public class BuildCacheDiffXpp3Writer extends Object
Class BuildCacheDiffXpp3Writer.- Version:
- $Revision$ $Date$
-
-
Constructor Summary
Constructors Constructor Description BuildCacheDiffXpp3Writer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetFileComment(String fileComment)Method setFileComment.voidwrite(OutputStream stream, Diff diff)Method write.voidwrite(Writer writer, Diff diff)Method write.
-
-
-
Method Detail
-
setFileComment
public void setFileComment(String fileComment)
Method setFileComment.- Parameters:
fileComment- a fileComment object.
-
write
public void write(Writer writer, Diff diff) throws IOException
Method write.- Parameters:
writer- a writer object.diff- a diff object.- Throws:
IOException- java.io.IOException if any.
-
write
public void write(OutputStream stream, Diff diff) throws IOException
Method write.- Parameters:
stream- a stream object.diff- a diff object.- Throws:
IOException- java.io.IOException if any.
-
-