public class SupplementalDataModelXpp3Writer
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
fileComment
Field fileComment.
|
private static java.lang.String |
NAMESPACE
Field NAMESPACE.
|
Constructor and Description |
---|
SupplementalDataModelXpp3Writer() |
Modifier and Type | Method and Description |
---|---|
void |
setFileComment(java.lang.String fileComment)
Method setFileComment.
|
void |
write(java.io.OutputStream stream,
SupplementalDataModel supplementalDataModel)
Method write.
|
void |
write(java.io.Writer writer,
SupplementalDataModel supplementalDataModel)
Method write.
|
private void |
writeSupplement(Supplement supplement,
java.lang.String tagName,
org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeSupplement.
|
private void |
writeSupplementalDataModel(SupplementalDataModel supplementalDataModel,
java.lang.String tagName,
org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeSupplementalDataModel.
|
private static final java.lang.String NAMESPACE
private java.lang.String fileComment
public void setFileComment(java.lang.String fileComment)
fileComment
- public void write(java.io.Writer writer, SupplementalDataModel supplementalDataModel) throws java.io.IOException
writer
- supplementalDataModel
- java.io.IOException
public void write(java.io.OutputStream stream, SupplementalDataModel supplementalDataModel) throws java.io.IOException
stream
- supplementalDataModel
- java.io.IOException
private void writeSupplement(Supplement supplement, java.lang.String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer) throws java.io.IOException
supplement
- serializer
- tagName
- java.io.IOException
private void writeSupplementalDataModel(SupplementalDataModel supplementalDataModel, java.lang.String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer) throws java.io.IOException
supplementalDataModel
- serializer
- tagName
- java.io.IOException