public class SvnNgWcToReposCopy extends SvnNgOperationRunner<SVNCommitInfo,SvnRemoteCopy>
UNKNOWN
NULL
Constructor and Description |
---|
SvnNgWcToReposCopy() |
Modifier and Type | Method and Description |
---|---|
protected SVNCommitInfo |
doRun(SVNWCContext context,
SVNURL target) |
SVNNodeKind |
getUrlKind(SVNURL url,
long revision) |
boolean |
isApplicable(SvnRemoteCopy operation,
SvnWcGeneration wcGeneration)
Returns whether this runner is applicable for the operation on concrete working copy generation (1.7 or 1.6)
|
protected SVNCommitInfo |
run(SVNWCContext context) |
deleteDeleteFiles, getRepositoryAccess, getWcGeneration, matchesChangelist, reset, run, setRepositoryAccess
getFirstTarget, sleepForTimestamp
checkCancelled, getOperation, getWcContext, handleEvent, handleEvent, run, setOperation, setWcContext
public boolean isApplicable(SvnRemoteCopy operation, SvnWcGeneration wcGeneration) throws SVNException
ISvnOperationRunner
isApplicable
in interface ISvnOperationRunner<SVNCommitInfo,SvnRemoteCopy>
isApplicable
in class SvnLocalOperationRunner<SVNCommitInfo,SvnRemoteCopy>
operation
- operation that needs runnerwcGeneration
- working copy generationtrue
if the runner is applicable, otherwise false
SVNException
protected SVNCommitInfo run(SVNWCContext context) throws SVNException
run
in class SvnNgOperationRunner<SVNCommitInfo,SvnRemoteCopy>
SVNException
protected SVNCommitInfo doRun(SVNWCContext context, SVNURL target) throws SVNException
SVNException
public SVNNodeKind getUrlKind(SVNURL url, long revision) throws SVNException
SVNException
Copyright © 2004-2012 TMate Software Ltd. All Rights Reserved.