Class AssemblyXpp3Writer
java.lang.Object
org.apache.maven.plugins.assembly.model.io.xpp3.AssemblyXpp3Writer
Class AssemblyXpp3Writer.
- Version:
- $Revision$ $Date$
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setFileComment
(String fileComment) Method setFileComment.void
write
(OutputStream stream, Assembly assembly) Method write.void
Method 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.
-