Interface ISVNReusableEditor
-
- All Superinterfaces:
ISVNDeltaConsumer
,ISVNEditor
- All Known Implementing Classes:
SVNRemoteDiffEditor
public interface ISVNReusableEditor extends ISVNEditor
- Version:
- 1.3
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
cleanup()
void
reset(long revision1, long revision2)
-
Methods inherited from interface org.tmatesoft.svn.core.io.ISVNDeltaConsumer
applyTextDelta, textDeltaChunk, textDeltaEnd
-
Methods inherited from interface org.tmatesoft.svn.core.io.ISVNEditor
abortEdit, absentDir, absentFile, addDir, addFile, changeDirProperty, changeFileProperty, closeDir, closeEdit, closeFile, deleteEntry, openDir, openFile, openRoot, targetRevision
-
-
-
-
Method Detail
-
reset
void reset(long revision1, long revision2)
-
cleanup
void cleanup() throws SVNException
- Throws:
SVNException
-
-