Class SvnNgRelocate
java.lang.Object
org.tmatesoft.svn.core.internal.wc2.SvnOperationRunner<V,T>
org.tmatesoft.svn.core.internal.wc2.SvnLocalOperationRunner<V,T>
org.tmatesoft.svn.core.internal.wc2.ng.SvnNgOperationRunner<SVNURL,SvnRelocate>
org.tmatesoft.svn.core.internal.wc2.ng.SvnNgRelocate
- All Implemented Interfaces:
SvnWcDbRelocate.ISvnRelocateValidator
,ISVNCanceller
,ISVNEventHandler
,ISvnOperationRunner<SVNURL,
SvnRelocate>
public class SvnNgRelocate
extends SvnNgOperationRunner<SVNURL,SvnRelocate>
implements SvnWcDbRelocate.ISvnRelocateValidator
-
Field Summary
FieldsFields inherited from interface org.tmatesoft.svn.core.ISVNCanceller
NULL
Fields inherited from interface org.tmatesoft.svn.core.wc.ISVNEventHandler
UNKNOWN
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate void
relocateExternals
(java.io.File localAbsPath, SVNExternal[] externals, SVNURL oldReposRootUrl, SVNURL newReposRootUrl) void
reset
(SvnWcGeneration wcGeneration) Resets runner's working copy generation.protected SVNURL
run
(SVNWCContext context) void
validateRelocation
(java.lang.String uuid, SVNURL url, SVNURL rootUrl) Methods inherited from class org.tmatesoft.svn.core.internal.wc2.ng.SvnNgOperationRunner
deleteDeleteFiles, getRepositoryAccess, getWcGeneration, matchesChangelist, run, setRepositoryAccess
Methods inherited from class org.tmatesoft.svn.core.internal.wc2.SvnLocalOperationRunner
getFirstTarget, isApplicable, sleepForTimestamp
Methods inherited from class org.tmatesoft.svn.core.internal.wc2.SvnOperationRunner
checkCancelled, getOperation, getWcContext, handleEvent, handleEvent, run, setOperation, setWcContext
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
collectedUuids
-
-
Constructor Details
-
SvnNgRelocate
public SvnNgRelocate()
-
-
Method Details
-
run
- Specified by:
run
in classSvnNgOperationRunner<SVNURL,
SvnRelocate> - Throws:
SVNException
-
relocateExternals
private void relocateExternals(java.io.File localAbsPath, SVNExternal[] externals, SVNURL oldReposRootUrl, SVNURL newReposRootUrl) throws SVNException - Throws:
SVNException
-
validateRelocation
public void validateRelocation(java.lang.String uuid, SVNURL url, SVNURL rootUrl) throws SVNException - Specified by:
validateRelocation
in interfaceSvnWcDbRelocate.ISvnRelocateValidator
- Throws:
SVNException
-
reset
Description copied from interface:ISvnOperationRunner
Resets runner's working copy generation.- Specified by:
reset
in interfaceISvnOperationRunner<SVNURL,
SvnRelocate> - Overrides:
reset
in classSvnNgOperationRunner<SVNURL,
SvnRelocate> - Parameters:
wcGeneration
- new working copy generation for the runner
-