(Path path)
| 79 | } |
| 80 | |
| 81 | public static boolean canWrite(Path path) { |
| 82 | return Files.isWritable(path); |
| 83 | } |
| 84 | |
| 85 | public static String getContentType(Path path) throws IOException { |
| 86 | String type; |
nothing calls this directly
no outgoing calls
no test coverage detected