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