Uses of Interface
org.littleshoot.util.LockedFileRunner

Packages that use LockedFileRunner
org.littleshoot.util   
 

Uses of LockedFileRunner in org.littleshoot.util
 

Methods in org.littleshoot.util with parameters of type LockedFileRunner
static void FileLockUtils.callWithLock(File file, LockedFileRunner runner)
          Calls the specified Runnable only when a lock is obtained on the specified file.
static void FileLockUtils.callWithLock(File file, LockedFileRunner runner, boolean truncate)
          Calls the specified Runnable only when a lock is obtained on the specified file.
 



Copyright © 2011-2013 LittleShoot. All Rights Reserved.