public class JavaHLEditorWrapper
extends java.lang.Object
implements org.tmatesoft.svn.core.internal.wc17.ISVNEditor2
| Constructor and Description |
|---|
JavaHLEditorWrapper(org.apache.subversion.javahl.ISVNEditor delegate) |
| Modifier and Type | Method and Description |
|---|---|
void |
abort() |
void |
addAbsent(java.lang.String path,
org.tmatesoft.svn.core.SVNNodeKind kind,
long replacesRev) |
void |
addDir(java.lang.String path,
java.util.List<java.lang.String> children,
org.tmatesoft.svn.core.SVNProperties props,
long replacesRev) |
void |
addFile(java.lang.String path,
org.tmatesoft.svn.core.wc2.SvnChecksum checksum,
java.io.InputStream contents,
org.tmatesoft.svn.core.SVNProperties props,
long replacesRev) |
void |
addSymlink(java.lang.String path,
java.lang.String target,
org.tmatesoft.svn.core.SVNProperties props,
long replacesRev) |
void |
alterDir(java.lang.String path,
long revision,
java.util.List<java.lang.String> children,
org.tmatesoft.svn.core.SVNProperties props) |
void |
alterFile(java.lang.String path,
long revision,
org.tmatesoft.svn.core.SVNProperties props,
org.tmatesoft.svn.core.wc2.SvnChecksum checksum,
java.io.InputStream newContents) |
void |
alterSymlink(java.lang.String path,
long revision,
org.tmatesoft.svn.core.SVNProperties props,
java.lang.String target) |
void |
complete() |
void |
copy(java.lang.String sourceRelativePath,
long sourceRevision,
java.lang.String destinationRelativePath,
long replacesRevision) |
void |
delete(java.lang.String relativePath,
long revision) |
void |
dispose() |
void |
move(java.lang.String sourceRelativePath,
long sourceRevision,
java.lang.String destinationRelativePath,
long replacesRevision) |
void |
rotate(java.util.List<java.lang.String> relPaths,
java.util.List<java.lang.String> revisions) |
public JavaHLEditorWrapper(org.apache.subversion.javahl.ISVNEditor delegate)
public void dispose()
public void addDir(java.lang.String path,
java.util.List<java.lang.String> children,
org.tmatesoft.svn.core.SVNProperties props,
long replacesRev)
throws org.tmatesoft.svn.core.SVNException
addDir in interface org.tmatesoft.svn.core.internal.wc17.ISVNEditor2org.tmatesoft.svn.core.SVNExceptionpublic void addFile(java.lang.String path,
org.tmatesoft.svn.core.wc2.SvnChecksum checksum,
java.io.InputStream contents,
org.tmatesoft.svn.core.SVNProperties props,
long replacesRev)
throws org.tmatesoft.svn.core.SVNException
addFile in interface org.tmatesoft.svn.core.internal.wc17.ISVNEditor2org.tmatesoft.svn.core.SVNExceptionpublic void addSymlink(java.lang.String path,
java.lang.String target,
org.tmatesoft.svn.core.SVNProperties props,
long replacesRev)
throws org.tmatesoft.svn.core.SVNException
addSymlink in interface org.tmatesoft.svn.core.internal.wc17.ISVNEditor2org.tmatesoft.svn.core.SVNExceptionpublic void addAbsent(java.lang.String path,
org.tmatesoft.svn.core.SVNNodeKind kind,
long replacesRev)
throws org.tmatesoft.svn.core.SVNException
addAbsent in interface org.tmatesoft.svn.core.internal.wc17.ISVNEditor2org.tmatesoft.svn.core.SVNExceptionpublic void alterDir(java.lang.String path,
long revision,
java.util.List<java.lang.String> children,
org.tmatesoft.svn.core.SVNProperties props)
throws org.tmatesoft.svn.core.SVNException
alterDir in interface org.tmatesoft.svn.core.internal.wc17.ISVNEditor2org.tmatesoft.svn.core.SVNExceptionpublic void alterFile(java.lang.String path,
long revision,
org.tmatesoft.svn.core.SVNProperties props,
org.tmatesoft.svn.core.wc2.SvnChecksum checksum,
java.io.InputStream newContents)
throws org.tmatesoft.svn.core.SVNException
alterFile in interface org.tmatesoft.svn.core.internal.wc17.ISVNEditor2org.tmatesoft.svn.core.SVNExceptionpublic void alterSymlink(java.lang.String path,
long revision,
org.tmatesoft.svn.core.SVNProperties props,
java.lang.String target)
throws org.tmatesoft.svn.core.SVNException
alterSymlink in interface org.tmatesoft.svn.core.internal.wc17.ISVNEditor2org.tmatesoft.svn.core.SVNExceptionpublic void rotate(java.util.List<java.lang.String> relPaths,
java.util.List<java.lang.String> revisions)
throws org.tmatesoft.svn.core.SVNException
rotate in interface org.tmatesoft.svn.core.internal.wc17.ISVNEditor2org.tmatesoft.svn.core.SVNExceptionpublic void delete(java.lang.String relativePath,
long revision)
throws org.tmatesoft.svn.core.SVNException
delete in interface org.tmatesoft.svn.core.internal.wc17.ISVNEditor2org.tmatesoft.svn.core.SVNExceptionpublic void copy(java.lang.String sourceRelativePath,
long sourceRevision,
java.lang.String destinationRelativePath,
long replacesRevision)
throws org.tmatesoft.svn.core.SVNException
copy in interface org.tmatesoft.svn.core.internal.wc17.ISVNEditor2org.tmatesoft.svn.core.SVNExceptionpublic void move(java.lang.String sourceRelativePath,
long sourceRevision,
java.lang.String destinationRelativePath,
long replacesRevision)
throws org.tmatesoft.svn.core.SVNException
move in interface org.tmatesoft.svn.core.internal.wc17.ISVNEditor2org.tmatesoft.svn.core.SVNExceptionpublic void complete()
throws org.tmatesoft.svn.core.SVNException
complete in interface org.tmatesoft.svn.core.internal.wc17.ISVNEditor2org.tmatesoft.svn.core.SVNExceptionpublic void abort()
throws org.tmatesoft.svn.core.SVNException
abort in interface org.tmatesoft.svn.core.internal.wc17.ISVNEditor2org.tmatesoft.svn.core.SVNException