Class ISVNWCDb.SVNWCDbLock

  • Enclosing interface:
    ISVNWCDb

    public static class ISVNWCDb.SVNWCDbLock
    extends java.lang.Object
    Lock information. We write/read it all as one, so let's use a struct for convenience.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String comment
      A comment about the lock, possibly null
      SVNDate date
      The date the lock was created
      java.lang.String owner
      The owner of the lock, possibly null
      java.lang.String token
      The lock token
    • Constructor Summary

      Constructors 
      Constructor Description
      SVNWCDbLock()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • token

        public java.lang.String token
        The lock token
      • owner

        public java.lang.String owner
        The owner of the lock, possibly null
      • comment

        public java.lang.String comment
        A comment about the lock, possibly null
      • date

        public SVNDate date
        The date the lock was created
    • Constructor Detail

      • SVNWCDbLock

        public SVNWCDbLock()