Class SVNWriter
java.lang.Object
org.tmatesoft.svn.core.internal.io.svn.SVNWriter
public class SVNWriter
extends java.lang.Object
- Version:
- 1.3
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
write
(java.io.OutputStream os, java.lang.String templateStr, java.lang.Object[] src) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
SVNWriter
private SVNWriter()
-
-
Method Details
-
write
public static void write(java.io.OutputStream os, java.lang.String templateStr, java.lang.Object[] src) throws SVNException - Throws:
SVNException
-