Class SvnNgPatch.CanDeleteBaton
- java.lang.Object
-
- org.tmatesoft.svn.core.internal.wc2.ng.SvnNgPatch.CanDeleteBaton
-
- All Implemented Interfaces:
ISvnObjectReceiver<SvnStatus>
- Enclosing class:
- SvnNgPatch
private class SvnNgPatch.CanDeleteBaton extends java.lang.Object implements ISvnObjectReceiver<SvnStatus>
-
-
Field Summary
Fields Modifier and Type Field Description java.io.FilelocalAbsPathbooleanmustKeepjava.util.List<SVNPatchTargetInfo>targetsInfo
-
Constructor Summary
Constructors Modifier Constructor Description privateCanDeleteBaton()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidreceive(SvnTarget target, SvnStatus status)Receives object with is target.
-
-
-
Field Detail
-
localAbsPath
public java.io.File localAbsPath
-
mustKeep
public boolean mustKeep
-
targetsInfo
public java.util.List<SVNPatchTargetInfo> targetsInfo
-
-
Method Detail
-
receive
public void receive(SvnTarget target, SvnStatus status) throws SVNException
Description copied from interface:ISvnObjectReceiverReceives object with is target.- Specified by:
receivein interfaceISvnObjectReceiver<SvnStatus>- Parameters:
target- target of the objectstatus- object- Throws:
SVNException
-
-