Class SvnRemoteRemoteDelete
- java.lang.Object
-
- org.tmatesoft.svn.core.internal.wc2.SvnOperationRunner<V,T>
-
- org.tmatesoft.svn.core.internal.wc2.SvnRemoteOperationRunner<SVNCommitInfo,SvnRemoteDelete>
-
- org.tmatesoft.svn.core.internal.wc2.remote.SvnRemoteRemoteDelete
-
- All Implemented Interfaces:
ISVNCanceller
,ISVNEventHandler
,ISvnOperationRunner<SVNCommitInfo,SvnRemoteDelete>
public class SvnRemoteRemoteDelete extends SvnRemoteOperationRunner<SVNCommitInfo,SvnRemoteDelete>
-
-
Field Summary
-
Fields inherited from interface org.tmatesoft.svn.core.ISVNCanceller
NULL
-
Fields inherited from interface org.tmatesoft.svn.core.wc.ISVNEventHandler
UNKNOWN
-
-
Constructor Summary
Constructors Constructor Description SvnRemoteRemoteDelete()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected SVNCommitInfo
run()
private SVNCommitInfo
singleRepositoryDelete(SVNRepository repository, SVNURL rootURL, java.util.List<java.lang.String> paths)
-
Methods inherited from class org.tmatesoft.svn.core.internal.wc2.SvnRemoteOperationRunner
getRepositoryAccess, getWcGeneration, isApplicable, isRevisionLocalToWc, reset
-
Methods inherited from class org.tmatesoft.svn.core.internal.wc2.SvnOperationRunner
checkCancelled, getOperation, getWcContext, handleEvent, handleEvent, run, setOperation, setWcContext
-
-
-
-
Method Detail
-
run
protected SVNCommitInfo run() throws SVNException
- Specified by:
run
in classSvnOperationRunner<SVNCommitInfo,SvnRemoteDelete>
- Throws:
SVNException
-
singleRepositoryDelete
private SVNCommitInfo singleRepositoryDelete(SVNRepository repository, SVNURL rootURL, java.util.List<java.lang.String> paths) throws SVNException
- Throws:
SVNException
-
-