public class SvnNgReposToWcCopy extends SvnNgOperationRunner<Void,SvnCopy>
UNKNOWN
NULL
Constructor and Description |
---|
SvnNgReposToWcCopy() |
Modifier and Type | Method and Description |
---|---|
static void |
addFileToWc(SVNWCContext context,
File path,
InputStream newBaseContents,
InputStream newContents,
SVNProperties newBaseProps,
SVNProperties newProps,
SVNURL copyFromURL,
long copyFromRev) |
protected Collection<SvnCopySource> |
expandCopySources(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 Void |
run(SVNWCContext context) |
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<Void,SvnCopy>
isApplicable
in class SvnLocalOperationRunner<Void,SvnCopy>
operation
- operation that needs runnerwcGeneration
- working copy generationtrue
if the runner is applicable, otherwise false
SVNException
protected Void run(SVNWCContext context) throws SVNException
run
in class SvnNgOperationRunner<Void,SvnCopy>
SVNException
protected Collection<SvnCopySource> expandCopySources(Collection<SvnCopySource> sources) throws SVNException
SVNException
public static void addFileToWc(SVNWCContext context, File path, InputStream newBaseContents, InputStream newContents, SVNProperties newBaseProps, SVNProperties newProps, SVNURL copyFromURL, long copyFromRev) throws SVNException
SVNException
Copyright © 2019. All rights reserved.