Uses of Interface
org.apache.karaf.util.locks.FileLockUtils.Callable
-
Packages that use FileLockUtils.Callable Package Description org.apache.karaf.util.locks -
-
Uses of FileLockUtils.Callable in org.apache.karaf.util.locks
Methods in org.apache.karaf.util.locks with parameters of type FileLockUtils.Callable Modifier and Type Method Description static <T> TFileLockUtils. execute(File file, FileLockUtils.Callable<? super RandomAccessFile,T> callback)static <T> TFileLockUtils. execute(File file, FileLockUtils.Callable<? super org.apache.felix.utils.properties.Properties,T> callback, boolean writeToFile)
-