public class SvnNgReposToWcCopy extends SvnNgOperationRunner<java.lang.Void,SvnCopy>
UNKNOWNNULL| Constructor and Description |
|---|
SvnNgReposToWcCopy() |
| Modifier and Type | Method and Description |
|---|---|
static void |
addFileToWc(SVNWCContext context,
java.io.File path,
java.io.InputStream newBaseContents,
java.io.InputStream newContents,
SVNProperties newBaseProps,
SVNProperties newProps,
SVNURL copyFromURL,
long copyFromRev) |
protected java.util.Collection<SvnCopySource> |
expandCopySources(java.util.Collection<SvnCopySource> sources) |
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 java.lang.Void |
run(SVNWCContext context) |
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<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 falseSVNExceptionprotected java.lang.Void run(SVNWCContext context) throws SVNException
run in class SvnNgOperationRunner<java.lang.Void,SvnCopy>SVNExceptionprotected java.util.Collection<SvnCopySource> expandCopySources(java.util.Collection<SvnCopySource> sources) throws SVNException
SVNExceptionpublic static void addFileToWc(SVNWCContext context, java.io.File path, java.io.InputStream newBaseContents, java.io.InputStream newContents, SVNProperties newBaseProps, SVNProperties newProps, SVNURL copyFromURL, long copyFromRev) throws SVNException
SVNExceptionCopyright © 2004-2012 TMate Software Ltd. All Rights Reserved.