public class SvnNgWcToWcCopy extends SvnNgOperationRunner<Void,SvnCopy>
UNKNOWNNULL| Constructor and Description |
|---|
SvnNgWcToWcCopy() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
copy(SVNWCContext context,
File source,
File dst,
boolean metadataOnly) |
boolean |
isApplicable(SvnCopy operation,
SvnWcGeneration wcGeneration)
Returns whether this runner is applicable for the operation on concrete working copy generation (1.7 or 1.6)
|
void |
move(SVNWCContext context,
File source,
File dst,
boolean metadataOnly) |
protected Void |
run(SVNWCContext context) |
protected boolean |
tryRun(SVNWCContext context,
Collection<SvnCopySource> sources,
File target) |
deleteDeleteFiles, getRepositoryAccess, getWcGeneration, matchesChangelist, reset, run, setRepositoryAccessgetFirstTarget, sleepForTimestampcheckCancelled, getOperation, getWcContext, handleEvent, handleEvent, run, setOperation, setWcContextpublic boolean isApplicable(SvnCopy operation, SvnWcGeneration wcGeneration) throws SVNException
ISvnOperationRunnerisApplicable in interface ISvnOperationRunner<Void,SvnCopy>isApplicable in class SvnLocalOperationRunner<Void,SvnCopy>operation - operation that needs runnerwcGeneration - working copy generationtrue if the runner is applicable, otherwise falseSVNExceptionprotected Void run(SVNWCContext context) throws SVNException
run in class SvnNgOperationRunner<Void,SvnCopy>SVNExceptionprotected boolean tryRun(SVNWCContext context, Collection<SvnCopySource> sources, File target) throws SVNException
SVNExceptionpublic void move(SVNWCContext context, File source, File dst, boolean metadataOnly) throws SVNException
SVNExceptionprotected boolean copy(SVNWCContext context, File source, File dst, boolean metadataOnly) throws SVNException
SVNExceptionCopyright © 2025. All rights reserved.