Class SVNWCDbRoot.WCLock

  • Enclosing class:
    SVNWCDbRoot

    public static class SVNWCDbRoot.WCLock
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int levels
      Number of levels locked (0 for infinity)
      java.io.File localRelpath
      Relative path of the lock root
    • Constructor Summary

      Constructors 
      Constructor Description
      WCLock()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • localRelpath

        public java.io.File localRelpath
        Relative path of the lock root
      • levels

        public int levels
        Number of levels locked (0 for infinity)
    • Constructor Detail

      • WCLock

        public WCLock()