Uses of Class
org.eclipse.tycho.locking.facade.LockTimeoutException
-
Packages that use LockTimeoutException Package Description org.eclipse.tycho.locking.facade -
-
Uses of LockTimeoutException in org.eclipse.tycho.locking.facade
Methods in org.eclipse.tycho.locking.facade that throw LockTimeoutException Modifier and Type Method Description void
FileLocker. lock()
Equivalent to {FileLocker.lock(long)
with a timeout argument of 10000 milliseconds.void
FileLocker. lock(long timeout)
Attempt to lock the file associated with this locker object.
-