public class SecurityConfigurationXpp3Writer
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 |
|---|
SecurityConfigurationXpp3Writer() |
| Modifier and Type | Method and Description |
|---|---|
void |
setFileComment(java.lang.String fileComment)
Method setFileComment.
|
void |
write(java.io.OutputStream stream,
SettingsSecurity settingsSecurity)
Method write.
|
void |
write(java.io.Writer writer,
SettingsSecurity settingsSecurity)
Method write.
|
private void |
writeConfig(Config config,
java.lang.String tagName,
org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeConfig.
|
private void |
writeConfigProperty(ConfigProperty configProperty,
java.lang.String tagName,
org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeConfigProperty.
|
private void |
writeSettingsSecurity(SettingsSecurity settingsSecurity,
java.lang.String tagName,
org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeSettingsSecurity.
|
private static final java.lang.String NAMESPACE
private java.lang.String fileComment
public void setFileComment(java.lang.String fileComment)
fileComment - a fileComment object.public void write(java.io.Writer writer,
SettingsSecurity settingsSecurity)
throws java.io.IOException
writer - a writer object.settingsSecurity - a settingsSecurity object.java.io.IOException - java.io.IOException if any.public void write(java.io.OutputStream stream,
SettingsSecurity settingsSecurity)
throws java.io.IOException
stream - a stream object.settingsSecurity - a settingsSecurity object.java.io.IOException - java.io.IOException if any.private void writeConfig(Config config, java.lang.String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer) throws java.io.IOException
config - a config object.serializer - a serializer object.tagName - a tagName object.java.io.IOException - java.io.IOException if any.private void writeConfigProperty(ConfigProperty configProperty, java.lang.String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer) throws java.io.IOException
configProperty - a configProperty object.serializer - a serializer object.tagName - a tagName object.java.io.IOException - java.io.IOException if any.private void writeSettingsSecurity(SettingsSecurity settingsSecurity, java.lang.String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer) throws java.io.IOException
settingsSecurity - a settingsSecurity object.serializer - a serializer object.tagName - a tagName object.java.io.IOException - java.io.IOException if any.