public class SvnNgCheckout extends SvnNgAbstractUpdate<java.lang.Long,SvnCheckout>
UNKNOWNNULL| Constructor and Description |
|---|
SvnNgCheckout() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isApplicable(SvnCheckout 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.Long |
run(SVNWCContext context) |
checkout, doSwitch, handleExternals, isEmptyWc, switchInternal, update, updateInternaldeleteDeleteFiles, getRepositoryAccess, getWcGeneration, matchesChangelist, reset, run, setRepositoryAccessgetFirstTarget, sleepForTimestampcheckCancelled, getOperation, getWcContext, handleEvent, handleEvent, run, setOperation, setWcContextpublic boolean isApplicable(SvnCheckout operation, SvnWcGeneration wcGeneration) throws SVNException
ISvnOperationRunnerisApplicable in interface ISvnOperationRunner<java.lang.Long,SvnCheckout>isApplicable in class SvnLocalOperationRunner<java.lang.Long,SvnCheckout>operation - operation that needs runnerwcGeneration - working copy generationtrue if the runner is applicable, otherwise falseSVNExceptionprotected java.lang.Long run(SVNWCContext context) throws SVNException
run in class SvnNgOperationRunner<java.lang.Long,SvnCheckout>SVNException