public class SvnNgGetStatus extends SvnNgOperationRunner<SvnStatus,SvnGetStatus> implements ISvnObjectReceiver<SvnStatus>
| Modifier and Type | Field and Description |
|---|---|
private boolean |
targetDeletedInRepository |
UNKNOWNNULL| Constructor and Description |
|---|
SvnNgGetStatus() |
| Modifier and Type | Method and Description |
|---|---|
private void |
doExternalStatus(java.util.Map<java.io.File,java.io.File> externalsNew) |
private boolean |
isTargetDeletedInRepository() |
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) |
private void |
setTargetDeletedInRepository(boolean deleted) |
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>SVNExceptionprivate void doExternalStatus(java.util.Map<java.io.File,java.io.File> externalsNew)
throws SVNException
SVNExceptionprivate void setTargetDeletedInRepository(boolean deleted)
private boolean isTargetDeletedInRepository()
public 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 runner