public interface ISVNEditor2
| Modifier and Type | Method and Description |
|---|---|
void |
abort() |
void |
addAbsent(java.lang.String path,
SVNNodeKind kind,
long replacesRev) |
void |
addDir(java.lang.String path,
java.util.List<java.lang.String> children,
SVNProperties props,
long replacesRev) |
void |
addFile(java.lang.String path,
SvnChecksum checksum,
java.io.InputStream contents,
SVNProperties props,
long replacesRev) |
void |
addSymlink(java.lang.String path,
java.lang.String target,
SVNProperties props,
long replacesRev) |
void |
alterDir(java.lang.String path,
long revision,
java.util.List<java.lang.String> children,
SVNProperties props) |
void |
alterFile(java.lang.String path,
long revision,
SVNProperties props,
SvnChecksum checksum,
java.io.InputStream newContents) |
void |
alterSymlink(java.lang.String path,
long revision,
SVNProperties props,
java.lang.String target) |
void |
complete() |
void |
copy(java.lang.String srcPath,
long srcRevision,
java.lang.String dstPath,
long replacesRev) |
void |
delete(java.lang.String path,
long revision) |
void |
move(java.lang.String srcPath,
long srcRevision,
java.lang.String dstPath,
long replacesRev) |
void |
rotate(java.util.List<java.lang.String> relPaths,
java.util.List<java.lang.String> revisions) |
void addDir(java.lang.String path,
java.util.List<java.lang.String> children,
SVNProperties props,
long replacesRev)
throws SVNException
SVNExceptionvoid addFile(java.lang.String path,
SvnChecksum checksum,
java.io.InputStream contents,
SVNProperties props,
long replacesRev)
throws SVNException
SVNExceptionvoid addSymlink(java.lang.String path,
java.lang.String target,
SVNProperties props,
long replacesRev)
throws SVNException
SVNExceptionvoid addAbsent(java.lang.String path,
SVNNodeKind kind,
long replacesRev)
throws SVNException
SVNExceptionvoid alterDir(java.lang.String path,
long revision,
java.util.List<java.lang.String> children,
SVNProperties props)
throws SVNException
SVNExceptionvoid alterFile(java.lang.String path,
long revision,
SVNProperties props,
SvnChecksum checksum,
java.io.InputStream newContents)
throws SVNException
SVNExceptionvoid alterSymlink(java.lang.String path,
long revision,
SVNProperties props,
java.lang.String target)
throws SVNException
SVNExceptionvoid delete(java.lang.String path,
long revision)
throws SVNException
SVNExceptionvoid copy(java.lang.String srcPath,
long srcRevision,
java.lang.String dstPath,
long replacesRev)
throws SVNException
SVNExceptionvoid move(java.lang.String srcPath,
long srcRevision,
java.lang.String dstPath,
long replacesRev)
throws SVNException
SVNExceptionvoid rotate(java.util.List<java.lang.String> relPaths,
java.util.List<java.lang.String> revisions)
throws SVNException
SVNExceptionvoid complete()
void abort()
Copyright © 2004-2012 TMate Software Ltd. All Rights Reserved.