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