public class ComponentXpp3Writer extends Object
| Constructor | Description |
|---|---|
ComponentXpp3Writer() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
setFileComment(String fileComment) |
Method setFileComment.
|
void |
write(OutputStream stream,
Component component) |
Method write.
|
void |
write(Writer writer,
Component component) |
Method write.
|
public void setFileComment(String fileComment)
fileComment - public void write(Writer writer, Component component) throws IOException
writer - component - IOExceptionpublic void write(OutputStream stream, Component component) throws IOException
stream - component - IOExceptionCopyright © 2002–2019 The Apache Software Foundation. All rights reserved.