org.apache.ivy.plugins.lock

Interface FileBasedLockStrategy.FileLocker

public static interface FileBasedLockStrategy.FileLocker

Method Summary
booleantryLock(File f)
voidunlock(File f)

Method Detail

tryLock

public boolean tryLock(File f)

unlock

public void unlock(File f)