Uses of Class
org.uberfire.backend.vfs.impl.LockResult
-
Packages that use LockResult Package Description org.uberfire.backend.vfs.impl -
-
Uses of LockResult in org.uberfire.backend.vfs.impl
Methods in org.uberfire.backend.vfs.impl that return LockResult Modifier and Type Method Description static LockResultLockResult. acquired(Path path, String lockedBy)static LockResultLockResult. error()static LockResultLockResult. failed(LockInfo lockInfo)static LockResultLockResult. released(Path path)
-