public abstract class SvnRepositoryOperationRunner<V,T extends SvnOperation<V>> extends SvnOldRunner<V,T>
UNKNOWN
NULL
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, sleepForTimestamp
checkCancelled, getOperation, getWcContext, handleEvent, handleEvent, reset, run, run, setOperation, setWcContext
public boolean isApplicable(T operation, SvnWcGeneration wcGeneration) throws SVNException
ISvnOperationRunner
isApplicable
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 false
SVNException
public SvnWcGeneration getWcGeneration()
ISvnOperationRunner
getWcGeneration
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.