public abstract class SvnLocalOperationRunner<V,T extends SvnOperation<V>> extends SvnOperationRunner<V,T>
UNKNOWN
NULL
Modifier | Constructor and Description |
---|---|
protected |
SvnLocalOperationRunner() |
Modifier and Type | Method and Description |
---|---|
protected java.io.File |
getFirstTarget() |
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 void |
sleepForTimestamp() |
checkCancelled, getOperation, getWcContext, handleEvent, handleEvent, reset, run, run, setOperation, setWcContext
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getWcGeneration
public 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 java.io.File getFirstTarget()
protected void sleepForTimestamp()
Copyright © 2004-2012 TMate Software Ltd. All Rights Reserved.