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

Method set

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

Sets the string value of an option. @param option option to be set @param value value to be written

(final StringOption option, final String value)

Source from the content-addressed store, hash-verified

289 * @param value value to be written
290 */
291 public final synchronized void set(final StringOption option, final String value) {
292 put(option, value);
293 }
294
295 /**
296 * Sets the integer value of an option.

Callers 1

invertMethod · 0.95

Calls 2

putMethod · 0.95
getMethod · 0.65

Tested by

no test coverage detected