public abstract class SvnRemoteOperationRunner<V,T extends SvnOperation<V>> extends SvnOperationRunner<V,T>
UNKNOWN
NULL
Constructor and Description |
---|
SvnRemoteOperationRunner() |
Modifier and Type | Method and Description |
---|---|
protected SvnRepositoryAccess |
getRepositoryAccess() |
SvnWcGeneration |
getWcGeneration()
Returns runner's working copy generation it is able to operate on.
|
boolean |
isApplicable(T operation,
SvnWcGeneration wcGeneration)
Returns whether this runner is applicable for the operation on concrete working copy generation (1.7 or 1.6)
|
protected boolean |
isRevisionLocalToWc(SVNRevision revision) |
void |
reset(SvnWcGeneration wcGeneration)
Resets runner's working copy generation.
|
checkCancelled, getOperation, getWcContext, handleEvent, handleEvent, run, run, setOperation, setWcContext
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 boolean isApplicable(T operation, SvnWcGeneration wcGeneration) throws SVNException
ISvnOperationRunner
operation
- operation that needs runnerwcGeneration
- working copy generationtrue
if the runner is applicable, otherwise false
SVNException
protected SvnRepositoryAccess getRepositoryAccess() throws SVNException
SVNException
protected boolean isRevisionLocalToWc(SVNRevision revision)
public SvnWcGeneration getWcGeneration()
ISvnOperationRunner
Copyright © 2004-2012 TMate Software Ltd. All Rights Reserved.