org.basex
Class BaseXClient
java.lang.Object
org.basex.core.Main
org.basex.BaseX
org.basex.BaseXClient
public final class BaseXClient
- extends BaseX
This is the starter class for the client console mode.
It sends all commands to the server instance.
Add the '-h' option to get a list on all available command-line arguments.
- Author:
- Workgroup DBIS, University of Konstanz 2005-10, ISC License, Christian Gruen
Fields inherited from class org.basex.core.Main |
context |
Method Summary |
static void |
main(String... args)
Main method of the database client, launching a local
client instance that sends all commands to a server instance. |
Methods inherited from class org.basex.core.Main |
bug, debug, debug, err, errln, gc, inf, info, name, name, notexpected, notimplemented, out, outln, outln, server |
BaseXClient
public BaseXClient(String... args)
- Constructor.
- Parameters:
args
- command line arguments
main
public static void main(String... args)
- Main method of the database client, launching a local
client instance that sends all commands to a server instance.
Use
-h
to get a list command-line arguments.
- Parameters:
args
- command-line arguments