public class SiteXpp3Writer extends Object
Constructor and Description |
---|
SiteXpp3Writer() |
Modifier and Type | Method and Description |
---|---|
void |
setFileComment(String fileComment)
Method setFileComment.
|
void |
write(OutputStream stream,
SiteModel siteModel)
Method write.
|
void |
write(Writer writer,
SiteModel siteModel)
Method write.
|
public void setFileComment(String fileComment)
fileComment
- a fileComment object.public void write(Writer writer, SiteModel siteModel) throws IOException
writer
- a writer object.siteModel
- a siteModel object.IOException
- java.io.IOException if any.public void write(OutputStream stream, SiteModel siteModel) throws IOException
stream
- a stream object.siteModel
- a siteModel object.IOException
- java.io.IOException if any.Copyright © 2005–2023 The Apache Software Foundation. All rights reserved.