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

Method assign

basex-core/src/main/java/org/basex/util/http/Client.java:96–99  ·  view source on GitHub ↗

Assigns parser options. @param option type @param opts options @param value value to assign (can be null) @return supplied options @throws IOException I/O exception

(final O opts, final String value)

Source from the content-addressed store, hash-verified

94 * @throws IOException I/O exception
95 */
96 private static <O extends Options> O assign(final O opts, final String value) throws IOException {
97 if(value != null) opts.assign(value);
98 return opts;
99 }
100
101 /**
102 * Returns a URI.

Callers 1

sendRequestMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected