org.basex.server
Class BaseXClientNew

java.lang.Object
  extended by org.basex.BaseX
      extended by org.basex.server.BaseXClientNew

public final class BaseXClientNew
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-09, ISC License, Andreas Weiler

Constructor Summary
BaseXClientNew()
          Constructor.
 
Method Summary
static void main(java.lang.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.BaseX
bug, debug, debug, err, errln, flag, inf, info, name, name, notexpected, notimplemented, out, outln, outln, run
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseXClientNew

public BaseXClientNew()
Constructor.

Method Detail

main

public static void main(java.lang.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