ISvnObjectReceiver<SVNLock>, ISvnOperationOptionsProviderpublic class SvnUnlock extends SvnReceivingOperation<SVNLock>
SvnOperation.run() method returns SVNLock object that represents information of lock.
SvnOperation.run() method @throws SVNException if one of the following is true:
target's path is not under version control
target's path to unlock it in the
repository - there's no such entry
breakLock is false
targets to be unlocked belong to different
repositories
| Modifier | Constructor | Description |
|---|---|---|
protected |
SvnUnlock(SvnOperationFactory factory) |
| Modifier and Type | Method | Description |
|---|---|---|
protected int |
getMaximumTargetsCount() |
|
boolean |
isBreakLock() |
Gets whether or not the locks belonging to different users should be also unlocked ("broken")
|
boolean |
isChangesWorkingCopy() |
Gets whether the operation changes working copy
|
void |
setBreakLock(boolean breakLock) |
Sets whether or not the locks belonging to different users should be also unlocked ("broken")
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddTarget, cancel, ensureArgumentsAreValid, ensureEnoughTargets, ensureHomohenousTargets, getApplicableChangelists, getAuthenticationManager, getCanceller, getDepth, getEventHandler, getFirstTarget, getMinimumTargetsCount, getOperationalWorkingCopy, getOperationFactory, getOptions, getRepositoryPool, getRevision, getSqliteJournalMode, getTargets, hasFileTargets, hasLocalTargets, hasRemoteTargets, isCancelled, isSleepForTimestamp, isUseParentWcFormat, needsHomohenousTargets, run, setApplicalbeChangelists, setDepth, setRevision, setSingleTarget, setSleepForTimestamp, setSqliteJournalModefirst, getReceiver, initDefaults, last, receive, run, setReceiverprotected SvnUnlock(SvnOperationFactory factory)
public boolean isBreakLock()
true if other users locks should be "broken", otherwise falsepublic void setBreakLock(boolean breakLock)
breakLock - true if other users locks should be "broken", otherwise falseprotected int getMaximumTargetsCount()
getMaximumTargetsCount in class SvnOperation<SVNLock>public boolean isChangesWorkingCopy()
isChangesWorkingCopy in class SvnOperation<SVNLock>true if the operation changes the working copy, otherwise false