(Path local, Path destination)
| 53 | } |
| 54 | |
| 55 | public void copyFromLocalFile(Path local, Path destination) throws IOException { |
| 56 | copyFromLocalFile(local, destination, true); |
| 57 | } |
| 58 | |
| 59 | public void copyFromLocalFile(Path local, Path destination, boolean overwrite) |
| 60 | throws IOException { |
no test coverage detected