Class SettingsXpp3Writer
- java.lang.Object
-
- org.apache.maven.settings.io.xpp3.SettingsXpp3Writer
-
public class SettingsXpp3Writer extends Object
Class SettingsXpp3Writer.- Version:
- $Revision$ $Date$
-
-
Constructor Summary
Constructors Constructor Description SettingsXpp3Writer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetFileComment(String fileComment)Method setFileComment.voidwrite(OutputStream stream, Settings settings)Method write.voidwrite(Writer writer, Settings settings)Method write.
-
-
-
Method Detail
-
setFileComment
public void setFileComment(String fileComment)
Method setFileComment.- Parameters:
fileComment-
-
write
public void write(Writer writer, Settings settings) throws IOException
Method write.- Parameters:
writer-settings-- Throws:
IOException
-
write
public void write(OutputStream stream, Settings settings) throws IOException
Method write.- Parameters:
stream-settings-- Throws:
IOException
-
-