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