Interface ISVNUpdateEditor
-
- All Superinterfaces:
ISVNDeltaConsumer,ISVNEditor
- All Known Implementing Classes:
SVNAmbientDepthFilterEditor17,SVNCancellableEditor,SvnDiffEditor,SVNDiffEditor17,SvnExternalUpdateEditor,SVNUpdateEditor,SVNUpdateEditor15,SVNUpdateEditor17
public interface ISVNUpdateEditor extends ISVNEditor
- Version:
- 1.3.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetTargetRevision()-
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
-
-