public class SvnOldSuggestMergeSources extends SvnOldRunner<Collection<SVNURL>,SvnSuggestMergeSources>
UNKNOWN
NULL
Constructor and Description |
---|
SvnOldSuggestMergeSources() |
Modifier and Type | Method and Description |
---|---|
boolean |
isApplicable(SvnSuggestMergeSources operation,
SvnWcGeneration wcGeneration)
Returns whether this runner is applicable for the operation on concrete working copy generation (1.7 or 1.6)
|
protected Collection<SVNURL> |
run() |
getWcGeneration
getFirstTarget, sleepForTimestamp
checkCancelled, getOperation, getWcContext, handleEvent, handleEvent, reset, run, setOperation, setWcContext
public boolean isApplicable(SvnSuggestMergeSources operation, SvnWcGeneration wcGeneration) throws SVNException
ISvnOperationRunner
isApplicable
in interface ISvnOperationRunner<Collection<SVNURL>,SvnSuggestMergeSources>
isApplicable
in class SvnLocalOperationRunner<Collection<SVNURL>,SvnSuggestMergeSources>
operation
- operation that needs runnerwcGeneration
- working copy generationtrue
if the runner is applicable, otherwise false
SVNException
protected Collection<SVNURL> run() throws SVNException
run
in class SvnOperationRunner<Collection<SVNURL>,SvnSuggestMergeSources>
SVNException
Copyright © 2022. All rights reserved.