Package com.google.common.jimfs
Interface FileLookup
-
public interface FileLookup
Callback for looking up a file.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description File
lookup()
Looks up the file.
-
-
-
Method Detail
-
lookup
File lookup() throws java.io.IOException
Looks up the file.- Throws:
java.io.IOException
- if the lookup fails for any reason, such as the file not existing
-
-