Package | Description |
---|---|
com.eviware.soapui.plugins.vcs |
Modifier and Type | Method and Description |
---|---|
LockStatus |
LockHandler.getLockStatusFor(File file)
Get the locking status of a particular file.
|
LockStatus |
LockHandler.lock(File fileToLock)
Locks a file so that it can changed exclusively by the lock holder.
|
LockStatus |
LockHandler.unlock(File fileToUnlock)
Releases the lock of a file so that others can modify it.
|
static LockStatus |
LockStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LockStatus[] |
LockStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2019. All rights reserved.