private class SvnNgPatch.CanDeleteBaton extends java.lang.Object implements ISvnObjectReceiver<SvnStatus>
| Modifier and Type | Field and Description |
|---|---|
java.io.File |
localAbsPath |
boolean |
mustKeep |
java.util.List<SVNPatchTargetInfo> |
targetsInfo |
| Modifier | Constructor and Description |
|---|---|
private |
CanDeleteBaton() |
| Modifier and Type | Method and Description |
|---|---|
void |
receive(SvnTarget target,
SvnStatus status)
Receives object with is target.
|
public java.io.File localAbsPath
public boolean mustKeep
public java.util.List<SVNPatchTargetInfo> targetsInfo
public void receive(SvnTarget target, SvnStatus status) throws SVNException
ISvnObjectReceiverreceive in interface ISvnObjectReceiver<SvnStatus>target - target of the objectstatus - objectSVNException