(Path path)
| 89 | } |
| 90 | |
| 91 | public FileStatus[] listStatus(Path path) throws IOException { |
| 92 | FileSystem fs = path.getFileSystem(configuration); |
| 93 | return fs.listStatus(path); |
| 94 | } |
| 95 | |
| 96 | public boolean delete(Path path) throws IOException { |
| 97 | FileSystem fs = path.getFileSystem(configuration); |
no test coverage detected