public class ArchetypeRegistryXpp3Writer extends Object
Constructor and Description |
---|
ArchetypeRegistryXpp3Writer() |
Modifier and Type | Method and Description |
---|---|
void |
setFileComment(String fileComment)
Method setFileComment.
|
void |
write(OutputStream stream,
ArchetypeRegistry archetypeRegistry)
Method write.
|
void |
write(Writer writer,
ArchetypeRegistry archetypeRegistry)
Method write.
|
public void setFileComment(String fileComment)
fileComment
- public void write(Writer writer, ArchetypeRegistry archetypeRegistry) throws IOException
writer
- archetypeRegistry
- IOException
public void write(OutputStream stream, ArchetypeRegistry archetypeRegistry) throws IOException
stream
- archetypeRegistry
- IOException
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.