Checks if this file is an archive. @return result of check
()
| 265 | * @return result of check |
| 266 | */ |
| 267 | public final boolean isArchive() { |
| 268 | return hasSuffix(ARCHIVESUFFIXES); |
| 269 | } |
| 270 | |
| 271 | /** |
| 272 | * Generates a database name from the name of this resource. The path will be chopped and |
no test coverage detected