Package org.apache.karaf.util.locks
Interface FileLockUtils.Callable<T,U>
-
- Enclosing class:
- FileLockUtils
public static interface FileLockUtils.Callable<T,U>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Ucall(T file)
-
-
-
Method Detail
-
call
U call(T file) throws IOException
- Throws:
IOException
-
-