Package net.bytebuddy.utility
Interface FileSystem.ForNio2CapableVm.Dispatcher
- Enclosing class:
FileSystem.ForNio2CapableVm
A dispatcher to resolve a
File to a java.nio.file.Path.-
Method Summary
-
Method Details
-
toPath
Resolves aFileto ajava.nio.file.Path.- Parameters:
value- The file to convert.- Returns:
- The transformed
java.nio.file.Path. - Throws:
IOException- If an I/O exception occurs.
-