Package org.basex
Class BaseXClient
java.lang.Object
org.basex.util.Main
org.basex.core.CLI
org.basex.BaseX
org.basex.BaseXClient
This is the starter class for the client console mode.
All input is sent to the server instance.
- Author:
- BaseX Team 2005-21, BSD License, Christian Gruen
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
BaseXClient
Constructor.- Parameters:
args- command-line arguments- Throws:
IOException- I/O exception
-
-
Method Details
-
main
Main method of the database client, launching a client instance. Command-line arguments are listed with the-hargument.- Parameters:
args- command-line arguments
-
local
protected boolean local()Description copied from class:CLIIndicates if this is a local client.
-