public class SvnNgSuggestMergeSources extends SvnNgOperationRunner<java.util.Collection<SVNURL>,SvnSuggestMergeSources>
UNKNOWNNULL| Constructor and Description |
|---|
SvnNgSuggestMergeSources() |
| Modifier and Type | Method and Description |
|---|---|
SvnWcGeneration |
getWcGeneration()
Returns runner's working copy generation it is able to operate on.
|
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 java.util.Collection<SVNURL> |
run(SVNWCContext context) |
deleteDeleteFiles, getRepositoryAccess, matchesChangelist, reset, run, setRepositoryAccessgetFirstTarget, sleepForTimestampcheckCancelled, getOperation, getWcContext, handleEvent, handleEvent, run, setOperation, setWcContextpublic boolean isApplicable(SvnSuggestMergeSources operation, SvnWcGeneration wcGeneration) throws SVNException
ISvnOperationRunnerisApplicable in interface ISvnOperationRunner<java.util.Collection<SVNURL>,SvnSuggestMergeSources>isApplicable in class SvnLocalOperationRunner<java.util.Collection<SVNURL>,SvnSuggestMergeSources>operation - operation that needs runnerwcGeneration - working copy generationtrue if the runner is applicable, otherwise falseSVNExceptionpublic SvnWcGeneration getWcGeneration()
ISvnOperationRunnergetWcGeneration in interface ISvnOperationRunner<java.util.Collection<SVNURL>,SvnSuggestMergeSources>getWcGeneration in class SvnNgOperationRunner<java.util.Collection<SVNURL>,SvnSuggestMergeSources>protected java.util.Collection<SVNURL> run(SVNWCContext context) throws SVNException
run in class SvnNgOperationRunner<java.util.Collection<SVNURL>,SvnSuggestMergeSources>SVNExceptionCopyright © 2004-2012 TMate Software Ltd. All Rights Reserved.