public class SvnRemoteDiff extends SvnRemoteOperationRunner<java.lang.Void,SvnDiff>
UNKNOWNNULL| Constructor and Description |
|---|
SvnRemoteDiff() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isApplicable(SvnDiff operation,
SvnWcGeneration wcGeneration)
Returns whether this runner is applicable for the operation on concrete working copy generation (1.7 or 1.6)
|
protected java.lang.Void |
run() |
getRepositoryAccess, getWcGeneration, isRevisionLocalToWc, resetcheckCancelled, getOperation, getWcContext, handleEvent, handleEvent, run, setOperation, setWcContextpublic boolean isApplicable(SvnDiff operation, SvnWcGeneration wcGeneration) throws SVNException
ISvnOperationRunnerisApplicable in interface ISvnOperationRunner<java.lang.Void,SvnDiff>isApplicable in class SvnRemoteOperationRunner<java.lang.Void,SvnDiff>operation - operation that needs runnerwcGeneration - working copy generationtrue if the runner is applicable, otherwise falseSVNExceptionprotected java.lang.Void run()
throws SVNException
run in class SvnOperationRunner<java.lang.Void,SvnDiff>SVNExceptionCopyright © 2004-2012 TMate Software Ltd. All Rights Reserved.