Package org.basex

Class BaseXClient


public final class BaseXClient extends BaseX
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
  • Constructor Details

    • BaseXClient

      public BaseXClient(String... args) throws IOException
      Constructor.
      Parameters:
      args - command-line arguments
      Throws:
      IOException - I/O exception
  • Method Details

    • main

      public static void main(String... args)
      Main method of the database client, launching a client instance. Command-line arguments are listed with the -h argument.
      Parameters:
      args - command-line arguments
    • local

      protected boolean local()
      Description copied from class: CLI
      Indicates if this is a local client.
      Overrides:
      local in class CLI
      Returns:
      local mode