org.tigris.subversion.javahl
Class Lock
java.lang.Object
org.tigris.subversion.javahl.Lock
public class Lock
extends java.lang.Object
class to describe a lock. It is return by the lock operation
getComment
public String getComment()
- the comment provided during the lock operation
getCreationDate
public Date getCreationDate()
- the date the lock was created
getExpirationDate
public Date getExpirationDate()
- the date when the lock will expire
getOwner
public String getOwner()
getPath
public String getPath()
- the path of the locked item
getToken
public String getToken()
- the token provided during the lock operation