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 booleantryLock(java.io.File f)voidunlock(java.io.File f)
-