public interface FileLockService
Modifier and Type | Method and Description |
---|---|
FileLocker |
getFileLocker(java.io.File file)
Get a locker object which can be used to protect read/write access from multiple processes on
the given file.
|
FileLocker getFileLocker(java.io.File file)