@JavaDispatcher.Proxied(value="java.nio.file.Files") protected static interface FileSystem.ForNio2CapableVm.Files
java.nio.file.Files
API.@JavaDispatcher.IsStatic Object copy(@JavaDispatcher.Proxied(value="java.nio.file.Path") Object source, @JavaDispatcher.Proxied(value="java.nio.file.Path") Object target, @JavaDispatcher.Proxied(value="java.nio.file.CopyOption") Object[] option) throws IOException
source
- The source java.nio.file.Path
.target
- The target java.nio.file.Path
.option
- An array of copy options.IOException
- If an I/O exception occurs.@JavaDispatcher.IsStatic Object move(@JavaDispatcher.Proxied(value="java.nio.file.Path") Object source, @JavaDispatcher.Proxied(value="java.nio.file.Path") Object target, @JavaDispatcher.Proxied(value="java.nio.file.CopyOption") Object[] option) throws IOException
source
- The source java.nio.file.Path
.target
- The target java.nio.file.Path
.option
- An array of copy options.IOException
- If an I/O exception occurs.Copyright © 2014–2024. All rights reserved.