Class SvnPatchTarget.SymlinkReadBaton

java.lang.Object
org.tmatesoft.svn.core.internal.wc2.patch.SvnPatchTarget.SymlinkReadBaton
Enclosing class:
SvnPatchTarget

private static class SvnPatchTarget.SymlinkReadBaton extends java.lang.Object
  • Field Summary

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

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

    Modifier and Type
    Method
    Description
    private java.io.File
     
    private boolean
     

    Methods inherited from class java.lang.Object

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

    • absPath

      private final java.io.File absPath
    • atEof

      private boolean atEof
  • Constructor Details

    • SymlinkReadBaton

      public SymlinkReadBaton(java.io.File absPath)
  • Method Details

    • getAbsPath

      private java.io.File getAbsPath()
    • isAtEof

      private boolean isAtEof()