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
NULLFields inherited from interface org.tmatesoft.svn.core.wc.ISVNEventHandler
UNKNOWN -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voiddeleteDeleteFiles(SVNCommitter17 committer, ISvnCommitParameters parameters) protected SvnNgRepositoryAccessReturns 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, 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
-
Field Details
-
repositoryAccess
-
-
Constructor Details
-
SvnNgOperationRunner
public SvnNgOperationRunner()
-
-
Method Details
-
run
- Specified by:
runin 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: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
Description copied from interface:ISvnOperationRunnerReturns runner's working copy generation it is able to operate on.- Returns:
- working copy generation of the runner.
-
deleteDeleteFiles
-