org.apache.karaf.util.properties
Class FileLockUtils
java.lang.Object
org.apache.karaf.util.properties.FileLockUtils
public final class FileLockUtils
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
execute
public static void execute(File file,
FileLockUtils.Runnable callback)
throws IOException
- Throws:
IOException
execute
public static <T> T execute(File file,
FileLockUtils.Callable<T> callback)
throws IOException
- Throws:
IOException
execute
public static void execute(File file,
FileLockUtils.RunnableWithProperties callback)
throws IOException
- Throws:
IOException
execute
public static <T> T execute(File file,
FileLockUtils.CallableWithProperties<T> callback)
throws IOException
- Throws:
IOException
Copyright © 2007–2014 The Apache Software Foundation. All rights reserved.