public class SvnOldGetMergeInfo extends SvnOldRunner<java.util.Map<SVNURL,SVNMergeRangeList>,SvnGetMergeInfo>
UNKNOWNNULL| Constructor and Description |
|---|
SvnOldGetMergeInfo() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isApplicable(SvnGetMergeInfo operation,
SvnWcGeneration wcGeneration)
Returns whether this runner is applicable for the operation on concrete working copy generation (1.7 or 1.6)
|
protected java.util.Map<SVNURL,SVNMergeRangeList> |
run() |
getWcGenerationgetFirstTarget, sleepForTimestampcheckCancelled, getOperation, getWcContext, handleEvent, handleEvent, reset, run, setOperation, setWcContextpublic boolean isApplicable(SvnGetMergeInfo operation, SvnWcGeneration wcGeneration) throws SVNException
ISvnOperationRunnerisApplicable in interface ISvnOperationRunner<java.util.Map<SVNURL,SVNMergeRangeList>,SvnGetMergeInfo>isApplicable in class SvnLocalOperationRunner<java.util.Map<SVNURL,SVNMergeRangeList>,SvnGetMergeInfo>operation - operation that needs runnerwcGeneration - working copy generationtrue if the runner is applicable, otherwise falseSVNExceptionprotected java.util.Map<SVNURL,SVNMergeRangeList> run() throws SVNException
run in class SvnOperationRunner<java.util.Map<SVNURL,SVNMergeRangeList>,SvnGetMergeInfo>SVNExceptionCopyright © 2004-2012 TMate Software Ltd. All Rights Reserved.