public class SecurityConfigurationXpp3Writer extends Object
Constructor and Description |
---|
SecurityConfigurationXpp3Writer() |
Modifier and Type | Method and Description |
---|---|
void |
setFileComment(String fileComment)
Method setFileComment.
|
void |
write(OutputStream stream,
SettingsSecurity settingsSecurity)
Method write.
|
void |
write(Writer writer,
SettingsSecurity settingsSecurity)
Method write.
|
public void setFileComment(String fileComment)
fileComment
- a fileComment object.public void write(Writer writer, SettingsSecurity settingsSecurity) throws IOException
writer
- a writer object.settingsSecurity
- a settingsSecurity object.IOException
- java.io.IOException if any.public void write(OutputStream stream, SettingsSecurity settingsSecurity) throws IOException
stream
- a stream object.settingsSecurity
- a settingsSecurity object.IOException
- java.io.IOException if any.Copyright © 2008–2024 Sonatype, Inc.. All rights reserved.