Class SvnNgOperationRunner<V,T extends SvnOperation<V>>
- 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<V,T>
-
- All Implemented Interfaces:
ISVNCanceller,ISVNEventHandler,ISvnOperationRunner<V,T>
- Direct Known Subclasses:
SvnNgAbstractUpdate,SvnNgAdd,SvnNgCanonicalizeUrls,SvnNgCat,SvnNgCleanup,SvnNgCommit,SvnNgDiff,SvnNgDiffSummarize,SvnNgDowngrade,SvnNgExport,SvnNgGetChangelistPaths,SvnNgGetInfo,SvnNgGetMergeInfo,SvnNgGetProperties,SvnNgGetStatus,SvnNgGetStatusSummary,SvnNgLogMergeInfo,SvnNgMarkReplaced,SvnNgMerge,SvnNgMergePegged,SvnNgMergeReintegrate,SvnNgPatch,SvnNgRelocate,SvnNgRemove,SvnNgReposToWcCopy,SvnNgResolve,SvnNgRevert,SvnNgSetChangelist,SvnNgSetLock,SvnNgSetProperty,SvnNgSuggestMergeSources,SvnNgUnlock,SvnNgUpgrade,SvnNgWcToReposCopy,SvnNgWcToWcCopy
public abstract class SvnNgOperationRunner<V,T extends SvnOperation<V>> extends SvnLocalOperationRunner<V,T>
-
-
Field Summary
Fields Modifier and Type Field Description private SvnNgRepositoryAccessrepositoryAccess-
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 SvnNgOperationRunner()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected voiddeleteDeleteFiles(SVNCommitter17 committer, ISvnCommitParameters parameters)protected SvnNgRepositoryAccessgetRepositoryAccess()SvnWcGenerationgetWcGeneration()Returns runner's working copy generation it is able to operate on.protected booleanmatchesChangelist(java.io.File target)voidreset(SvnWcGeneration wcGeneration)Resets runner's working copy generation.protected Vrun()protected abstract Vrun(SVNWCContext context)protected voidsetRepositoryAccess(SvnNgRepositoryAccess repositoryAccess)-
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
-
-
-
-
Field Detail
-
repositoryAccess
private SvnNgRepositoryAccess repositoryAccess
-
-
Method Detail
-
run
protected V run() throws SVNException
- Specified by:
runin classSvnOperationRunner<V,T extends SvnOperation<V>>- Throws:
SVNException
-
matchesChangelist
protected boolean matchesChangelist(java.io.File target)
-
getRepositoryAccess
protected SvnNgRepositoryAccess getRepositoryAccess() throws SVNException
- Throws:
SVNException
-
setRepositoryAccess
protected void setRepositoryAccess(SvnNgRepositoryAccess repositoryAccess)
-
run
protected abstract V run(SVNWCContext context) throws SVNException
- Throws:
SVNException
-
reset
public void reset(SvnWcGeneration wcGeneration)
Description copied from interface:ISvnOperationRunnerResets runner's working copy generation.- Specified by:
resetin interfaceISvnOperationRunner<V,T extends SvnOperation<V>>- Overrides:
resetin classSvnOperationRunner<V,T extends SvnOperation<V>>- Parameters:
wcGeneration- new working copy generation for the runner
-
getWcGeneration
public SvnWcGeneration getWcGeneration()
Description copied from interface:ISvnOperationRunnerReturns runner's working copy generation it is able to operate on.- Returns:
- working copy generation of the runner.
-
deleteDeleteFiles
protected void deleteDeleteFiles(SVNCommitter17 committer, ISvnCommitParameters parameters)
-
-