(Path destination)
| 35 | } |
| 36 | |
| 37 | public boolean exists(Path destination) throws IOException { |
| 38 | FileSystem fs = destination.getFileSystem(configuration); |
| 39 | return fs.exists(destination); |
| 40 | } |
| 41 | |
| 42 | /** |
| 43 | * If file size has changed, or if destination does not exist yet, copy it. |
no test coverage detected