Uses of Class
io.hawt.util.FileLocker
-
Packages that use FileLocker Package Description io.hawt.util -
-
Uses of FileLocker in io.hawt.util
Methods in io.hawt.util that return FileLocker Modifier and Type Method Description static FileLockerFileLocker. getLock(java.io.File lockFile)Attempts to grab the lock for the given file, returning a FileLock if the lock has been created; otherwise it returns null
-