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–2023 Eclipse Foundation. All rights reserved.