public class PluginDescriptorXpp3Writer extends Object
| Constructor and Description |
|---|
PluginDescriptorXpp3Writer() |
| Modifier and Type | Method and Description |
|---|---|
void |
write(OutputStream stream,
PluginDescriptor pluginDescriptor)
Method write.
|
void |
write(Writer writer,
PluginDescriptor pluginDescriptor)
Method write.
|
public PluginDescriptorXpp3Writer()
public void write(Writer writer, PluginDescriptor pluginDescriptor) throws IOException
writer - pluginDescriptor - IOExceptionpublic void write(OutputStream stream, PluginDescriptor pluginDescriptor) throws IOException
stream - pluginDescriptor - IOExceptionCopyright © 2001–2014 The Apache Software Foundation. All rights reserved.