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
     
    boolean
     
    java.util.List<SVNPatchTargetInfo>
     
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    private
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    receive(SvnTarget target, SvnStatus status)
    Receives object with is target.

    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

      public java.util.List<SVNPatchTargetInfo> targetsInfo
  • Constructor Details

    • CanDeleteBaton

      private CanDeleteBaton()
  • Method Details