public class ProfilesXpp3Writer
extends java.lang.Object
| Constructor and Description |
|---|
ProfilesXpp3Writer() |
| Modifier and Type | Method and Description |
|---|---|
void |
setFileComment(java.lang.String fileComment)
Method setFileComment.
|
void |
write(java.io.OutputStream stream,
ProfilesRoot profilesRoot)
Method write.
|
void |
write(java.io.Writer writer,
ProfilesRoot profilesRoot)
Method write.
|
public void setFileComment(java.lang.String fileComment)
fileComment - public void write(java.io.Writer writer,
ProfilesRoot profilesRoot)
throws java.io.IOException
writer - profilesRoot - java.io.IOExceptionpublic void write(java.io.OutputStream stream,
ProfilesRoot profilesRoot)
throws java.io.IOException
stream - profilesRoot - java.io.IOException