public class SVNAdminRemoveLocksCommand extends SVNAdminCommand implements ISVNLockHandler
| Constructor and Description |
|---|
SVNAdminRemoveLocksCommand() |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Collection |
createSupportedOptions() |
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.
|
void |
run() |
getGlobalOptions, getLocalRepository, getLocalRepository, getResourceBundleName, getRevisionNumber, getSVNAdminEnvironmentavailableCommands, getAliases, getCommand, getDescription, getEnvironment, getName, getSupportedOptions, getValidOptions, init, isAlias, isFailed, isOptionSupported, registerCommand, setFailedprotected java.util.Collection createSupportedOptions()
createSupportedOptions in class AbstractSVNCommandpublic void run()
throws SVNException
run in class AbstractSVNCommandSVNExceptionpublic 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 nullSVNException