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

Method hasSuffix

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

Tests if the file suffix matches the specified suffixes. @param suffixes suffixes to compare with @return result of check

(final String... suffixes)

Source from the content-addressed store, hash-verified

186 * @return result of check
187 */
188 public final boolean hasSuffix(final String... suffixes) {
189 return checkSuffix(pth, suffixes);
190 }
191
192 /**
193 * Returns the time stamp (modification date) of this file.

Callers 12

isArchiveMethod · 0.95
installMethod · 0.95
getMethod · 0.80
parseMethod · 0.80
initMethod · 0.80
testMethod · 0.80
localZipMethod · 0.80
parseMethod · 0.80
saveMethod · 0.80
refreshMarkMethod · 0.80
runMethod · 0.80
setSyntaxMethod · 0.80

Calls 1

checkSuffixMethod · 0.95

Tested by

no test coverage detected