|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISVNLockHandler
The ISVNLockHandler interface is used to provide some extra processing of locked/unlocked paths.
SVNRepository.lock(java.util.Map, String, boolean, ISVNLockHandler)
,
SVNRepository.unlock(java.util.Map, boolean, ISVNLockHandler)
Method Summary | |
---|---|
void |
handleLock(java.lang.String path,
SVNLock lock,
SVNErrorMessage error)
Handles the path locked. |
void |
handleUnlock(java.lang.String path,
SVNLock lock,
SVNErrorMessage error)
Handles the path unlocked. |
Method Detail |
---|
void handleLock(java.lang.String path, SVNLock lock, SVNErrorMessage error) throws SVNException
path
- a file path relative to the repository
root directorylock
- the lock set on this path
error
- if not null then
it's an error message object for an error occurred
while trying to lock an entry, in this case
lock
may be null
SVNException
void handleUnlock(java.lang.String path, SVNLock lock, SVNErrorMessage error) throws SVNException
path
- a file path relative to the repository
root directorylock
- the lock released from this path
error
- if not null then
it's an exception occurred while trying to unlock
the path
, in this case lock
may be null
SVNException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |