Class ISVNWCDb.SVNWCDbLock

java.lang.Object
org.tmatesoft.svn.core.internal.wc17.db.ISVNWCDb.SVNWCDbLock
Enclosing interface:
ISVNWCDb

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

    • token

      public String token
      The lock token
    • owner

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

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

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

    • SVNWCDbLock

      public SVNWCDbLock()