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
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 TypeMethodDescriptionprotected void
deleteDeleteFiles
(SVNCommitter17 committer, ISvnCommitParameters parameters) protected SvnNgRepositoryAccess
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
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
repositoryAccess
-
-
Constructor Details
-
SvnNgOperationRunner
public SvnNgOperationRunner()
-
-
Method Details
-
run
- Specified by:
run
in classSvnOperationRunner<V,
T extends SvnOperation<V>> - Throws:
SVNException
-
matchesChangelist
protected boolean matchesChangelist(java.io.File target) -
getRepositoryAccess
- Throws:
SVNException
-
setRepositoryAccess
-
run
- Throws:
SVNException
-
reset
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
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
-