Class SvnNgUpgrade
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<SvnWcGeneration,SvnUpgrade>
org.tmatesoft.svn.core.internal.wc2.ng.SvnNgUpgrade
- All Implemented Interfaces:
ISVNCanceller,ISVNEventHandler,ISvnOperationRunner<SvnWcGeneration,SvnUpgrade>
-
Field Summary
Fields inherited from interface org.tmatesoft.svn.core.ISVNCanceller
NULLFields inherited from interface org.tmatesoft.svn.core.wc.ISVNEventHandler
UNKNOWN -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfetchReposInfo(SVNURL url, SVNURL lastRepos, java.lang.String lastUuid) protected SvnWcGenerationrun(SVNWCContext context) voidupgradeAddExternalInfo(java.io.File localAbsPath, SVNNodeKind kind, java.io.File defLocalAbsPath, java.io.File reposRelPath, SVNURL reposRootUrl, java.lang.String reposUuid, long defPegRevision, long defRevision) Methods inherited from class org.tmatesoft.svn.core.internal.wc2.ng.SvnNgOperationRunner
deleteDeleteFiles, getRepositoryAccess, getWcGeneration, matchesChangelist, reset, run, setRepositoryAccessMethods inherited from class org.tmatesoft.svn.core.internal.wc2.SvnLocalOperationRunner
getFirstTarget, isApplicable, sleepForTimestampMethods inherited from class org.tmatesoft.svn.core.internal.wc2.SvnOperationRunner
checkCancelled, getOperation, getWcContext, handleEvent, handleEvent, run, setOperation, setWcContextMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
SvnNgUpgrade
public SvnNgUpgrade()
-
-
Method Details
-
run
- Specified by:
runin classSvnNgOperationRunner<SvnWcGeneration,SvnUpgrade> - Throws:
SVNException
-
upgradeAddExternalInfo
public void upgradeAddExternalInfo(java.io.File localAbsPath, SVNNodeKind kind, java.io.File defLocalAbsPath, java.io.File reposRelPath, SVNURL reposRootUrl, java.lang.String reposUuid, long defPegRevision, long defRevision) throws SVNException - Throws:
SVNException
-
fetchReposInfo
public SVNWCDb.ReposInfo fetchReposInfo(SVNURL url, SVNURL lastRepos, java.lang.String lastUuid) throws SVNException - Throws:
SVNException
-