public interface FileLockService
Modifier and Type | Method and Description |
---|---|
FileLocker |
getFileLocker(File file)
Get a locker object which can be used to protect read/write access from multiple processes on
the given file.
|
FileLocker getFileLocker(File file)
Copyright © 2008-2015 Eclipse Foundation. All Rights Reserved.