Class SvnTargetContent.SymlinkBaton

java.lang.Object
org.tmatesoft.svn.core.internal.wc2.patch.SvnTargetContent.SymlinkBaton
Enclosing class:
SvnTargetContent

private static class SvnTargetContent.SymlinkBaton extends java.lang.Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private final java.io.File
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    SymlinkBaton(java.io.File absPath)
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • localAbsPath

      private final java.io.File localAbsPath
  • Constructor Details

    • SymlinkBaton

      public SymlinkBaton(java.io.File absPath)