Interface ISVNEditor2
- All Known Implementing Classes:
SVNTreeConflictEditor
public interface ISVNEditor2
This interface may change until together SVN Ev2 (currently it is not released yet)
- Since:
- 1.8
-
Method Summary
Modifier and TypeMethodDescriptionvoidabort()voidaddAbsent(String path, SVNNodeKind kind, long replacesRev) voidaddDir(String path, List<String> children, SVNProperties props, long replacesRev) voidaddFile(String path, SvnChecksum checksum, InputStream contents, SVNProperties props, long replacesRev) voidaddSymlink(String path, String target, SVNProperties props, long replacesRev) voidalterDir(String path, long revision, List<String> children, SVNProperties props) voidalterFile(String path, long revision, SVNProperties props, SvnChecksum checksum, InputStream newContents) voidalterSymlink(String path, long revision, SVNProperties props, String target) voidcomplete()voidvoidvoidvoid
-
Method Details
-
addDir
void addDir(String path, List<String> children, SVNProperties props, long replacesRev) throws SVNException - Throws:
SVNException
-
addFile
void addFile(String path, SvnChecksum checksum, InputStream contents, SVNProperties props, long replacesRev) throws SVNException - Throws:
SVNException
-
addSymlink
void addSymlink(String path, String target, SVNProperties props, long replacesRev) throws SVNException - Throws:
SVNException
-
addAbsent
- Throws:
SVNException
-
alterDir
void alterDir(String path, long revision, List<String> children, SVNProperties props) throws SVNException - Throws:
SVNException
-
alterFile
void alterFile(String path, long revision, SVNProperties props, SvnChecksum checksum, InputStream newContents) throws SVNException - Throws:
SVNException
-
alterSymlink
void alterSymlink(String path, long revision, SVNProperties props, String target) throws SVNException - Throws:
SVNException
-
delete
- Throws:
SVNException
-
copy
- Throws:
SVNException
-
move
- Throws:
SVNException
-
rotate
- Throws:
SVNException
-
complete
void complete() -
abort
void abort()
-