Interface ISVNLock


public interface ISVNLock
An interface describing a lock as return by the lock operation.
  • Method Details

    • getOwner

      String getOwner()
      Returns:
      the owner of the lock
    • getPath

      String getPath()
      Returns:
      the path of the locked item
    • getToken

      String getToken()
      Returns:
      the token provided during the lock operation
    • getComment

      String getComment()
      Returns:
      the comment provided during the lock operation
    • getCreationDate

      Date getCreationDate()
      Returns:
      the date the lock was created
    • getExpirationDate

      Date getExpirationDate()
      Returns:
      the date when the lock will expire