public abstract class SvnRepositoryOperationRunner<V,T extends SvnOperation<V>> extends SvnOldRunner<V,T>
UNKNOWNNULL| Constructor and Description |
|---|
SvnRepositoryOperationRunner() |
| Modifier and Type | Method and Description |
|---|---|
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)
|
getFirstTarget, sleepForTimestampcheckCancelled, getOperation, getWcContext, handleEvent, handleEvent, reset, run, run, setOperation, setWcContextpublic boolean isApplicable(T operation, SvnWcGeneration wcGeneration) throws SVNException
ISvnOperationRunnerisApplicable in interface ISvnOperationRunner<V,T extends SvnOperation<V>>isApplicable in class SvnLocalOperationRunner<V,T extends SvnOperation<V>>operation - operation that needs runnerwcGeneration - working copy generationtrue if the runner is applicable, otherwise falseSVNExceptionpublic SvnWcGeneration getWcGeneration()
ISvnOperationRunnergetWcGeneration in interface ISvnOperationRunner<V,T extends SvnOperation<V>>getWcGeneration in class SvnOldRunner<V,T extends SvnOperation<V>>Copyright © 2004-2012 TMate Software Ltd. All Rights Reserved.