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

Method quit

basex-core/src/main/java/org/basex/BaseX.java:205–208  ·  view source on GitHub ↗

Quits the console mode. @throws IOException I/O exception

()

Source from the content-addressed store, hash-verified

203 * @throws IOException I/O exception
204 */
205 private void quit() throws IOException {
206 if(fileOutput) out.close();
207 else out.flush();
208 }
209
210 @Override
211 protected final void parseArgs() throws IOException {

Callers 1

BaseXMethod · 0.95

Calls 2

closeMethod · 0.65
flushMethod · 0.45

Tested by

no test coverage detected