Uses of Interface
org.eclipse.jgit.util.FileUtils.IOFunction
Packages that use FileUtils.IOFunction
-
Uses of FileUtils.IOFunction in org.eclipse.jgit.util
Methods in org.eclipse.jgit.util with parameters of type FileUtils.IOFunctionModifier and TypeMethodDescriptionstatic <T> T
FileUtils.readWithRetries
(File file, FileUtils.IOFunction<File, ? extends T> reader) Invokes the givenFileUtils.IOFunction
, performing a limited number of re-tries if exceptions occur that indicate either a stale NFS file handle or that indicate that the file may be written concurrently.