Package | Description |
---|---|
org.eclipse.tycho.core.locking | |
org.eclipse.tycho.locking.facade | |
org.eclipse.tycho.repository.local.index | |
org.eclipse.tycho.test.util |
Modifier and Type | Class and Description |
---|---|
class |
FileLockerImpl |
Modifier and Type | Method and Description |
---|---|
FileLocker |
FileLockServiceImpl.getFileLocker(java.io.File file) |
Modifier and Type | Method and Description |
---|---|
FileLocker |
FileLockService.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.
|
Modifier and Type | Field and Description |
---|---|
private FileLocker |
FileBasedTychoRepositoryIndex.fileLocker |
Modifier and Type | Method and Description |
---|---|
FileLocker |
NoopFileLockService.getFileLocker(java.io.File file) |