public class SvnNgGetStatus extends SvnNgOperationRunner<SvnStatus,SvnGetStatus> implements ISvnObjectReceiver<SvnStatus>
UNKNOWNNULL| Constructor and Description |
|---|
SvnNgGetStatus() |
| Modifier and Type | Method and Description |
|---|---|
void |
receive(SvnTarget target,
SvnStatus object)
Receives object with is target.
|
void |
reset(SvnWcGeneration wcGeneration)
Resets runner's working copy generation.
|
protected SvnStatus |
run(SVNWCContext context) |
deleteDeleteFiles, getRepositoryAccess, getWcGeneration, matchesChangelist, run, setRepositoryAccessgetFirstTarget, isApplicable, sleepForTimestampcheckCancelled, getOperation, getWcContext, handleEvent, handleEvent, run, setOperation, setWcContextprotected SvnStatus run(SVNWCContext context) throws SVNException
run in class SvnNgOperationRunner<SvnStatus,SvnGetStatus>SVNExceptionpublic void receive(SvnTarget target, SvnStatus object) throws SVNException
ISvnObjectReceiverreceive in interface ISvnObjectReceiver<SvnStatus>target - target of the objectobject - objectSVNExceptionpublic void reset(SvnWcGeneration wcGeneration)
ISvnOperationRunnerreset in interface ISvnOperationRunner<SvnStatus,SvnGetStatus>reset in class SvnNgOperationRunner<SvnStatus,SvnGetStatus>wcGeneration - new working copy generation for the runnerCopyright © 2004-2012 TMate Software Ltd. All Rights Reserved.