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 SvnNgRepositoryAccess
repositoryAccess
-
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 void
deleteDeleteFiles(SVNCommitter17 committer, ISvnCommitParameters parameters)
protected SvnNgRepositoryAccess
getRepositoryAccess()
SvnWcGeneration
getWcGeneration()
Returns runner's working copy generation it is able to operate on.protected boolean
matchesChangelist(java.io.File target)
void
reset(SvnWcGeneration wcGeneration)
Resets runner's working copy generation.protected V
run()
protected abstract V
run(SVNWCContext context)
protected void
setRepositoryAccess(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:
run
in 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:ISvnOperationRunner
Resets runner's working copy generation.- Specified by:
reset
in interfaceISvnOperationRunner<V,T extends SvnOperation<V>>
- Overrides:
reset
in classSvnOperationRunner<V,T extends SvnOperation<V>>
- Parameters:
wcGeneration
- new working copy generation for the runner
-
getWcGeneration
public SvnWcGeneration getWcGeneration()
Description copied from interface:ISvnOperationRunner
Returns 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)
-
-