@Component(role=FileLockService.class) public class FileLockServiceImpl extends Object implements FileLockService
| Constructor and Description |
|---|
FileLockServiceImpl() |
| 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.
|
public FileLocker getFileLocker(File file)
FileLockServicegetFileLocker in interface FileLockServiceCopyright © 2008-2012 Eclipse Foundation. All Rights Reserved.