public abstract class SvnNgOperationRunner<V,T extends SvnOperation<V>> extends SvnLocalOperationRunner<V,T>
UNKNOWNNULL| Constructor and Description |
|---|
SvnNgOperationRunner() |
| Modifier and Type | Method and 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) |
getFirstTarget, isApplicable, sleepForTimestampcheckCancelled, getOperation, getWcContext, handleEvent, handleEvent, run, setOperation, setWcContextprotected V run() throws SVNException
run in class SvnOperationRunner<V,T extends SvnOperation<V>>SVNExceptionprotected boolean matchesChangelist(java.io.File target)
protected SvnNgRepositoryAccess getRepositoryAccess() throws SVNException
SVNExceptionprotected void setRepositoryAccess(SvnNgRepositoryAccess repositoryAccess)
protected abstract V run(SVNWCContext context) throws SVNException
SVNExceptionpublic void reset(SvnWcGeneration wcGeneration)
ISvnOperationRunnerreset in interface ISvnOperationRunner<V,T extends SvnOperation<V>>reset in class SvnOperationRunner<V,T extends SvnOperation<V>>wcGeneration - new working copy generation for the runnerpublic SvnWcGeneration getWcGeneration()
ISvnOperationRunnerprotected void deleteDeleteFiles(SVNCommitter17 committer, ISvnCommitParameters parameters)
Copyright © 2004-2012 TMate Software Ltd. All Rights Reserved.