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