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

Method IOFile

basex-core/src/main/java/org/basex/io/IOFile.java:37–39  ·  view source on GitHub ↗

Constructor. @param path path reference

(final Path path)

Source from the content-addressed store, hash-verified

35 * @param path path reference
36 */
37 public IOFile(final Path path) {
38 this(path.toFile(), "");
39 }
40
41 /**
42 * Constructor.

Callers

nothing calls this directly

Calls 4

normalizeMethod · 0.95
endsWithMethod · 0.95
startsWithMethod · 0.95
isAbsoluteMethod · 0.45

Tested by

no test coverage detected