Class SvnXpp3Writer
java.lang.Object
org.apache.maven.scm.providers.svn.settings.io.xpp3.SvnXpp3Writer
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetFileComment(String fileComment) Method setFileComment.voidwrite(OutputStream stream, Settings settings) Method write.voidMethod write.private voidwriteSettings(Settings settings, String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer) Method writeSettings.
-
Field Details
-
NAMESPACE
Field NAMESPACE. -
fileComment
Field fileComment.
-
-
Constructor Details
-
SvnXpp3Writer
public SvnXpp3Writer()
-
-
Method Details
-
setFileComment
Method setFileComment.- Parameters:
fileComment- a fileComment object.
-
write
Method write.- Parameters:
writer- a writer object.settings- a settings object.- Throws:
IOException- java.io.IOException if any.
-
write
Method write.- Parameters:
stream- a stream object.settings- a settings object.- Throws:
IOException- java.io.IOException if any.
-
writeSettings
private void writeSettings(Settings settings, String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer) throws IOException Method writeSettings.- Parameters:
settings- a settings object.tagName- a tagName object.serializer- a serializer object.- Throws:
IOException- java.io.IOException if any.
-