public class SvnNgWcToReposCopy extends SvnNgOperationRunner<SVNCommitInfo,SvnRemoteCopy>
UNKNOWNNULL| 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, setRepositoryAccessgetFirstTarget, sleepForTimestampcheckCancelled, getOperation, getWcContext, handleEvent, handleEvent, run, setOperation, setWcContextpublic boolean isApplicable(SvnRemoteCopy operation, SvnWcGeneration wcGeneration) throws SVNException
ISvnOperationRunnerisApplicable 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 falseSVNExceptionprotected SVNCommitInfo run(SVNWCContext context) throws SVNException
run in class SvnNgOperationRunner<SVNCommitInfo,SvnRemoteCopy>SVNExceptionprotected SVNCommitInfo doRun(SVNWCContext context, SVNURL target) throws SVNException
SVNExceptionpublic SVNNodeKind getUrlKind(SVNURL url, long revision) throws SVNException
SVNExceptionCopyright © 2004-2012 TMate Software Ltd. All Rights Reserved.