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