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