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 -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
localAbsPath
public java.io.File localAbsPath -
mustKeep
public boolean mustKeep -
targetsInfo
-
-
Constructor Details
-
CanDeleteBaton
private CanDeleteBaton()
-
-
Method Details
-
receive
Description copied from interface:ISvnObjectReceiver
Receives object with is target.- Specified by:
receive
in interfaceISvnObjectReceiver<SvnStatus>
- Parameters:
target
- target of the objectstatus
- object- Throws:
SVNException
-