Class SvnXpp3Writer
- java.lang.Object
-
- org.apache.maven.scm.providers.svn.settings.io.xpp3.SvnXpp3Writer
-
public class SvnXpp3Writer extends Object
Class SvnXpp3Writer.- Version:
- $Revision$ $Date$
-
-
Constructor Summary
Constructors Constructor Description SvnXpp3Writer()
-
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.
-
-
-
Constructor Detail
-
SvnXpp3Writer
public SvnXpp3Writer()
-
-
Method Detail
-
setFileComment
public void setFileComment(String fileComment)
Method setFileComment.- Parameters:
fileComment- a fileComment object.
-
write
public void write(Writer writer, Settings settings) throws IOException
Method write.- Parameters:
writer- a writer object.settings- a settings object.- Throws:
IOException- java.io.IOException if any.
-
write
public void write(OutputStream stream, Settings settings) throws IOException
Method write.- Parameters:
stream- a stream object.settings- a settings object.- Throws:
IOException- java.io.IOException if any.
-
-