public class SvnNgSetLock extends SvnNgOperationRunner<SVNLock,SvnSetLock> implements ISVNLockHandler
UNKNOWNNULL| Constructor and Description |
|---|
SvnNgSetLock() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
protected SVNLock |
run(SVNWCContext context) |
deleteDeleteFiles, getRepositoryAccess, getWcGeneration, matchesChangelist, reset, run, setRepositoryAccessgetFirstTarget, isApplicable, sleepForTimestampcheckCancelled, getOperation, getWcContext, handleEvent, handleEvent, run, setOperation, setWcContextprotected SVNLock run(SVNWCContext context) throws SVNException
run in class SvnNgOperationRunner<SVNLock,SvnSetLock>SVNExceptionpublic void handleLock(java.lang.String path,
SVNLock lock,
SVNErrorMessage error)
throws SVNException
ISVNLockHandlerhandleLock in interface ISVNLockHandlerpath - a file path relative to the repository
root directorylock - the lock set on this patherror - 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 nullSVNExceptionpublic void handleUnlock(java.lang.String path,
SVNLock lock,
SVNErrorMessage error)
throws SVNException
ISVNLockHandlerhandleUnlock in interface ISVNLockHandlerpath - a file path relative to the repository
root directorylock - the lock released from this patherror - if not null then
it's an exception occurred while trying to unlock
the path, in this case lock
may be nullSVNExceptionCopyright © 2004-2012 TMate Software Ltd. All Rights Reserved.