Class SVNEditModeReader
- java.lang.Object
-
- org.tmatesoft.svn.core.internal.io.svn.SVNEditModeReader
-
public class SVNEditModeReader extends java.lang.Object
- Version:
- 1.3
- Author:
- TMate Software Ltd.
-
-
Constructor Summary
Constructors Constructor Description SVNEditModeReader(SVNConnection connection, ISVNEditor editor, boolean forReplay)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
driveEditor()
boolean
isAborted()
-
-
-
Constructor Detail
-
SVNEditModeReader
public SVNEditModeReader(SVNConnection connection, ISVNEditor editor, boolean forReplay)
-
-
Method Detail
-
isAborted
public boolean isAborted()
-
driveEditor
public void driveEditor() throws SVNException
- Throws:
SVNException
-
-