public class PluginRegistryXpp3Writer extends Object
Constructor and Description |
---|
PluginRegistryXpp3Writer() |
Modifier and Type | Method and Description |
---|---|
void |
write(OutputStream stream,
PluginRegistry pluginRegistry)
Method write.
|
void |
write(Writer writer,
PluginRegistry pluginRegistry)
Method write.
|
public void write(Writer writer, PluginRegistry pluginRegistry) throws IOException
writer
- pluginRegistry
- IOException
public void write(OutputStream stream, PluginRegistry pluginRegistry) throws IOException
stream
- pluginRegistry
- IOException
Copyright © 2001-2014 The Apache Software Foundation. All Rights Reserved.