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.File
localAbsPath
boolean
mustKeep
java.util.List<SVNPatchTargetInfo>
targetsInfo
-
Constructor Summary
Constructors Modifier Constructor Description private
CanDeleteBaton()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
receive(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:ISvnObjectReceiver
Receives object with is target.- Specified by:
receive
in interfaceISvnObjectReceiver<SvnStatus>
- Parameters:
target
- target of the objectstatus
- object- Throws:
SVNException
-
-