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

Method Options

basex-core/src/main/java/org/basex/util/options/Options.java:78–80  ·  view source on GitHub ↗

Default constructor.

()

Source from the content-addressed store, hash-verified

76 * Default constructor.
77 */
78 public Options() {
79 this((IOFile) null);
80 }
81
82 /**
83 * Constructor with options file.

Callers

nothing calls this directly

Calls 7

optionsMethod · 0.95
notExpectedMethod · 0.95
readMethod · 0.95
nameMethod · 0.65
addMethod · 0.65
putMethod · 0.45
valueMethod · 0.45

Tested by

no test coverage detected