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

Method get

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

Returns the value of the specified option. @param option option @return value (can be null)

(final Option<?> option)

Source from the content-addressed store, hash-verified

177 * @return value (can be {@code null})
178 */
179 public final synchronized Object get(final Option<?> option) {
180 return get(option.name());
181 }
182
183 /**
184 * Returns the value of the specified option.

Callers 8

optionMethod · 0.95
runMethod · 0.95
parseMethod · 0.95
docMethod · 0.95
writeMethod · 0.95
containsMethod · 0.95
toMapMethod · 0.95
invertMethod · 0.95

Calls 2

nameMethod · 0.65
getMethod · 0.65

Tested by

no test coverage detected