public abstract class SvnNgOperationRunner<V,T extends SvnOperation<V>> extends SvnLocalOperationRunner<V,T>
UNKNOWN
NULL
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, sleepForTimestamp
checkCancelled, getOperation, getWcContext, handleEvent, handleEvent, run, setOperation, setWcContext
protected V run() throws SVNException
run
in class SvnOperationRunner<V,T extends SvnOperation<V>>
SVNException
protected boolean matchesChangelist(java.io.File target)
protected SvnNgRepositoryAccess getRepositoryAccess() throws SVNException
SVNException
protected void setRepositoryAccess(SvnNgRepositoryAccess repositoryAccess)
protected abstract V run(SVNWCContext context) throws SVNException
SVNException
public void reset(SvnWcGeneration wcGeneration)
ISvnOperationRunner
reset
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()
ISvnOperationRunner
protected void deleteDeleteFiles(SVNCommitter17 committer, ISvnCommitParameters parameters)
Copyright © 2004-2012 TMate Software Ltd. All Rights Reserved.