public class ArchetypeDescriptorXpp3Writer
extends java.lang.Object
Constructor and Description |
---|
ArchetypeDescriptorXpp3Writer() |
Modifier and Type | Method and Description |
---|---|
void |
setFileComment(java.lang.String fileComment)
Method setFileComment.
|
void |
write(java.io.OutputStream stream,
ArchetypeDescriptor archetypeDescriptor)
Method write.
|
void |
write(java.io.Writer writer,
ArchetypeDescriptor archetypeDescriptor)
Method write.
|
public void setFileComment(java.lang.String fileComment)
fileComment
- public void write(java.io.Writer writer, ArchetypeDescriptor archetypeDescriptor) throws java.io.IOException
writer
- archetypeDescriptor
- java.io.IOException
public void write(java.io.OutputStream stream, ArchetypeDescriptor archetypeDescriptor) throws java.io.IOException
stream
- archetypeDescriptor
- java.io.IOException
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.