Class SvnPatchTarget.SymlinkReadBaton

  • Enclosing class:
    SvnPatchTarget

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

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

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      private java.io.File getAbsPath()  
      private boolean isAtEof()  
      • Methods inherited from class java.lang.Object

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

      • absPath

        private final java.io.File absPath
      • atEof

        private boolean atEof
    • Constructor Detail

      • SymlinkReadBaton

        public SymlinkReadBaton​(java.io.File absPath)
    • Method Detail

      • getAbsPath

        private java.io.File getAbsPath()
      • isAtEof

        private boolean isAtEof()