public class PluginMetadataXpp3Writer extends Object
Constructor and Description |
---|
PluginMetadataXpp3Writer() |
Modifier and Type | Method and Description |
---|---|
void |
setFileComment(String fileComment)
Method setFileComment.
|
void |
write(OutputStream stream,
PluginMetadata pluginMetadata)
Method write.
|
void |
write(Writer writer,
PluginMetadata pluginMetadata)
Method write.
|
public PluginMetadataXpp3Writer()
public void setFileComment(String fileComment)
fileComment
- a fileComment object.public void write(Writer writer, PluginMetadata pluginMetadata) throws IOException
writer
- a writer object.pluginMetadata
- a pluginMetadata object.IOException
- java.io.IOException if any.public void write(OutputStream stream, PluginMetadata pluginMetadata) throws IOException
stream
- a stream object.pluginMetadata
- a pluginMetadata object.IOException
- java.io.IOException if any.Copyright © 2004–2024 The Apache Software Foundation. All rights reserved.