Class VssXpp3Writer
java.lang.Object
org.apache.maven.scm.providers.vss.settings.io.xpp3.VssXpp3Writer
Class VssXpp3Writer.
- Version:
- $Revision$ $Date$
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setFileComment
(String fileComment) Method setFileComment.void
write
(OutputStream stream, Settings settings) Method write.void
Method write.private void
writeSettings
(Settings settings, String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer) Method writeSettings.
-
Field Details
-
NAMESPACE
Field NAMESPACE. -
fileComment
Field fileComment.
-
-
Constructor Details
-
VssXpp3Writer
public VssXpp3Writer()
-
-
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.
-