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

Method isJarURL

basex-core/src/main/java/org/basex/io/IOUrl.java:223–225  ·  view source on GitHub ↗

Checks if the specified string is a jar URL. @param url url to be tested @return result of check

(final String url)

Source from the content-addressed store, hash-verified

221 * @return result of check
222 */
223 static boolean isJarURL(final String url) {
224 return url.startsWith(JARPREF);
225 }
226
227 /**
228 * Ignore SSL certificates.

Callers 3

inputStreamMethod · 0.95
isValidMethod · 0.95
mergeMethod · 0.95

Calls 1

startsWithMethod · 0.45

Tested by

no test coverage detected