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

Method BaseXServer

basex-core/src/main/java/org/basex/BaseXServer.java:62–65  ·  view source on GitHub ↗

Constructor. @param args command-line arguments @throws IOException I/O exception

(final String... args)

Source from the content-addressed store, hash-verified

60 * @throws IOException I/O exception
61 */
62 public BaseXServer(final String... args) throws IOException {
63 this(new Context(), args);
64 context.initServer();
65 }
66
67 /**
68 * Constructor.

Callers

nothing calls this directly

Calls 15

printlnMethod · 0.95
headerMethod · 0.95
stopMethod · 0.95
sleepMethod · 0.95
startMethod · 0.95
messageMethod · 0.95
debugMethod · 0.95
infoMethod · 0.95
initServerMethod · 0.80
stopFileMethod · 0.80
writeServerMethod · 0.80
getMethod · 0.65

Tested by

no test coverage detected