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
-
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 SvnNgRelocate()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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
-
-
-
-
Method Detail
-
run
protected SVNURL run(SVNWCContext context) throws SVNException
- Specified by:
run
in classSvnNgOperationRunner<SVNURL,SvnRelocate>
- 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
public void reset(SvnWcGeneration wcGeneration)
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
-
-