Class SvnXpp3Writer
- java.lang.Object
-
- org.apache.maven.scm.providers.svn.settings.io.xpp3.SvnXpp3Writer
-
public class SvnXpp3Writer extends java.lang.ObjectClass SvnXpp3Writer.- Version:
- $Revision$ $Date$
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.StringfileCommentField fileComment.private static java.lang.StringNAMESPACEField NAMESPACE.
-
Constructor Summary
Constructors Constructor Description SvnXpp3Writer()
-
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.private voidwriteSettings(Settings settings, java.lang.String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)Method writeSettings.
-
-
-
Method Detail
-
setFileComment
public void setFileComment(java.lang.String fileComment)
Method setFileComment.- Parameters:
fileComment-
-
write
public void write(java.io.Writer writer, Settings settings) throws java.io.IOExceptionMethod write.- Parameters:
writer-settings-- Throws:
java.io.IOException
-
write
public void write(java.io.OutputStream stream, Settings settings) throws java.io.IOExceptionMethod write.- Parameters:
stream-settings-- Throws:
java.io.IOException
-
writeSettings
private void writeSettings(Settings settings, java.lang.String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer) throws java.io.IOException
Method writeSettings.- Parameters:
settings-serializer-tagName-- Throws:
java.io.IOException
-
-