Class BuildJobXpp3Writer
java.lang.Object
org.apache.maven.plugins.invoker.model.io.xpp3.BuildJobXpp3Writer
Class BuildJobXpp3Writer.
- Version:
 - $Revision$ $Date$
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidsetFileComment(String fileComment) Method setFileComment.voidwrite(OutputStream stream, BuildJob buildJob) Method write.voidMethod 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.
 
 -