Package org.apache.ivy.plugins.lock
Interface FileBasedLockStrategy.FileLocker
-
- All Known Implementing Classes:
FileBasedLockStrategy.CreateFileLocker
,FileBasedLockStrategy.NIOFileLocker
- Enclosing class:
- FileBasedLockStrategy
public static interface FileBasedLockStrategy.FileLocker
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
tryLock(java.io.File f)
void
unlock(java.io.File f)
-