MCPcopy Create free account
hub / github.com/BaseXdb/basex / isArchive

Method isArchive

basex-core/src/main/java/org/basex/io/IO.java:267–269  ·  view source on GitHub ↗

Checks if this file is an archive. @return result of check

()

Source from the content-addressed store, hash-verified

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

Callers 4

buildMethod · 0.95
fillXmlInputMethod · 0.95
actionMethod · 0.95
setTypeMethod · 0.95

Calls 1

hasSuffixMethod · 0.95

Tested by

no test coverage detected