public abstract class SvnLocalOperationRunner<V,T extends SvnOperation<V>> extends SvnOperationRunner<V,T>
UNKNOWNNULL| 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, setWcContextclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetWcGenerationpublic boolean isApplicable(T operation, SvnWcGeneration wcGeneration) throws SVNException
ISvnOperationRunneroperation - operation that needs runnerwcGeneration - working copy generationtrue if the runner is applicable, otherwise falseSVNExceptionprotected java.io.File getFirstTarget()
protected void sleepForTimestamp()
Copyright © 2004-2012 TMate Software Ltd. All Rights Reserved.