public class SvnNgWcToWcCopy extends SvnNgOperationRunner<java.lang.Void,SvnCopy>
UNKNOWN
NULL
Constructor and Description |
---|
SvnNgWcToWcCopy() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
copy(SVNWCContext context,
java.io.File source,
java.io.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)
|
protected void |
move(SVNWCContext context,
java.io.File source,
java.io.File dst,
boolean metadataOnly) |
protected java.lang.Void |
run(SVNWCContext context) |
protected boolean |
tryRun(SVNWCContext context,
java.util.Collection<SvnCopySource> sources,
java.io.File target) |
deleteDeleteFiles, getRepositoryAccess, getWcGeneration, matchesChangelist, reset, run, setRepositoryAccess
getFirstTarget, sleepForTimestamp
checkCancelled, getOperation, getWcContext, handleEvent, handleEvent, run, setOperation, setWcContext
public boolean isApplicable(SvnCopy operation, SvnWcGeneration wcGeneration) throws SVNException
ISvnOperationRunner
isApplicable
in interface ISvnOperationRunner<java.lang.Void,SvnCopy>
isApplicable
in class SvnLocalOperationRunner<java.lang.Void,SvnCopy>
operation
- operation that needs runnerwcGeneration
- working copy generationtrue
if the runner is applicable, otherwise false
SVNException
protected java.lang.Void run(SVNWCContext context) throws SVNException
run
in class SvnNgOperationRunner<java.lang.Void,SvnCopy>
SVNException
protected boolean tryRun(SVNWCContext context, java.util.Collection<SvnCopySource> sources, java.io.File target) throws SVNException
SVNException
protected void move(SVNWCContext context, java.io.File source, java.io.File dst, boolean metadataOnly) throws SVNException
SVNException
protected boolean copy(SVNWCContext context, java.io.File source, java.io.File dst, boolean metadataOnly) throws SVNException
SVNException
Copyright © 2004-2012 TMate Software Ltd. All Rights Reserved.