Class ISVNWCDb.SVNWCDbLock
java.lang.Object
org.tmatesoft.svn.core.internal.wc17.db.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 -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
token
public java.lang.String tokenThe lock token -
owner
public java.lang.String ownerThe owner of the lock, possibly null -
comment
public java.lang.String commentA comment about the lock, possibly null -
date
The date the lock was created
-
-
Constructor Details
-
SVNWCDbLock
public SVNWCDbLock()
-