Class MetadataXpp3Writer
java.lang.Object
org.apache.maven.artifact.repository.metadata.io.xpp3.MetadataXpp3Writer
Class MetadataXpp3Writer.
- Version:
- $Revision$ $Date$
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidsetFileComment(String fileComment) Method setFileComment.voidwrite(OutputStream stream, Metadata metadata) Method write.voidMethod write.
- 
Constructor Details- 
MetadataXpp3Writerpublic MetadataXpp3Writer()
 
- 
- 
Method Details- 
setFileCommentMethod setFileComment.- Parameters:
- fileComment- a fileComment object.
 
- 
writeMethod write.- Parameters:
- writer- a writer object.
- metadata- a metadata object.
- Throws:
- IOException- java.io.IOException if any.
 
- 
writeMethod write.- Parameters:
- stream- a stream object.
- metadata- a metadata object.
- Throws:
- IOException- java.io.IOException if any.
 
 
-