| org.tmatesoft.svn.core.io.ISVNLockHandler
handleLock | public void handleLock(String path, SVNLock lock, SVNErrorMessage error) throws SVNException(Code) | | Handles the path locked.
Parameters: path - a file path relative to the repositoryroot directory Parameters: lock - the lock set on this path Parameters: error - if not null thenit's an error message object for an error occurred while trying to lock an entry, in this case lock may be null throws: SVNException - |
handleUnlock | public void handleUnlock(String path, SVNLock lock, SVNErrorMessage error) throws SVNException(Code) | | Handles the path unlocked.
Parameters: path - a file path relative to the repositoryroot directory Parameters: lock - the lock released from this path Parameters: error - if not null thenit's an exception occurred while trying to unlockthe path , in this case lock may be null throws: SVNException - |
|
|