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

Method url

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

Creates a URL from the specified path. Returns the original path for IO instances other than IOFile. @return URL

()

Source from the content-addressed store, hash-verified

327 * @return URL
328 */
329 public String url() {
330 return pth;
331 }
332
333 /**
334 * Compares the filename of the specified IO reference.

Callers 15

toContentMethod · 0.95
validateMethod · 0.95
itemMethod · 0.45
permRequiredMethod · 0.45
fileToURLMethod · 0.45
QueryJobSpecMethod · 0.45
convertMethod · 0.45
convertMethod · 0.45
baseURIMethod · 0.45
evalMethod · 0.45
testMethod · 0.45
addErrorMethod · 0.45

Calls

no outgoing calls

Tested by 2

permRequiredMethod · 0.36
fileToURLMethod · 0.36