public interface Copy
A Copy is returned as the result of the Files.copy method, when the option CopyOption.ASYNCHRONOUS is provided. This Copy can then be used to retrieve the status of the copy operation using Files.getCopyStatus or cancel it using Files.cancelCopy.
Copy
Files.copy
CopyOption.ASYNCHRONOUS
Files.getCopyStatus
Files.cancelCopy
Files
CopyOption
Path
getSource()
getTarget()
Path getSource()
Path getTarget()