Class BuildJobXpp3Writer
java.lang.Object
org.apache.maven.plugins.invoker.model.io.xpp3.BuildJobXpp3Writer
Class BuildJobXpp3Writer.
- Version:
- $Revision$ $Date$
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setFileComment
(String fileComment) Method setFileComment.void
write
(OutputStream stream, BuildJob buildJob) Method write.void
Method write.
-
Constructor Details
-
BuildJobXpp3Writer
public BuildJobXpp3Writer()
-
-
Method Details
-
setFileComment
Method setFileComment.- Parameters:
fileComment
- a fileComment object.
-
write
Method write.- Parameters:
writer
- a writer object.buildJob
- a buildJob object.- Throws:
IOException
- java.io.IOException if any.
-
write
Method write.- Parameters:
stream
- a stream object.buildJob
- a buildJob object.- Throws:
IOException
- java.io.IOException if any.
-