@Generated public class SettingsXpp3Writer extends Object
| Constructor and Description |
|---|
SettingsXpp3Writer() |
| Modifier and Type | Method and Description |
|---|---|
void |
setFileComment(String fileComment)
Method setFileComment.
|
void |
write(OutputStream stream,
Settings settings)
Method write.
|
void |
write(Writer writer,
Settings settings)
Method write.
|
protected void |
writeDomToSerializer(org.apache.maven.api.xml.Dom dom,
XmlSerializer serializer)
Method writeDomToSerializer.
|
public void setFileComment(String fileComment)
fileComment - a fileComment object.public void write(Writer writer, Settings settings) throws IOException
writer - a writer objectsettings - a Settings objectIOException - java.io.IOException if anypublic void write(OutputStream stream, Settings settings) throws IOException
stream - a stream objectsettings - a Settings objectIOException - java.io.IOException if anyprotected void writeDomToSerializer(org.apache.maven.api.xml.Dom dom,
XmlSerializer serializer)
throws IOException
dom - a dom object.serializer - a serializer object.IOException - java.io.IOException if any.Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.