public class ProfilesXpp3Writer extends Object
Constructor and Description |
---|
ProfilesXpp3Writer() |
Modifier and Type | Method and Description |
---|---|
void |
write(OutputStream stream,
ProfilesRoot profilesRoot)
Method write.
|
void |
write(Writer writer,
ProfilesRoot profilesRoot)
Method write.
|
public ProfilesXpp3Writer()
public void write(Writer writer, ProfilesRoot profilesRoot) throws IOException
writer
- profilesRoot
- IOException
public void write(OutputStream stream, ProfilesRoot profilesRoot) throws IOException
stream
- profilesRoot
- IOException
Copyright © 2001–2013 The Apache Software Foundation. All rights reserved.