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