org.basex.core
Interface Commands


public interface Commands

This class defines the available command-line commands.

Author:
Workgroup DBIS, University of Konstanz 2005-09, ISC License, Christian Gruen

Nested Class Summary
static class Commands.Cmd
          Command definitions.
static class Commands.CmdCreate
          Create command definitions.
static class Commands.CmdDrop
          Drop command definitions.
static class Commands.CmdIndex
          Index types.
static class Commands.CmdInfo
          Info command definitions.
static class Commands.CmdSet
          Set command definitions.
static class Commands.CmdUpdate
          Node types for updates.
 
Field Summary
static int HID
          Command flag: command which will not be shown in the help.
static int HLP
          Command flag: dummy command for formatting the help output.
static int INT
          Command flag: command which cannot be run by the user.
static int SRV
          Command flag: command which can only be executed by the server.
 

Field Detail

HID

static final int HID
Command flag: command which will not be shown in the help.

See Also:
Constant Field Values

INT

static final int INT
Command flag: command which cannot be run by the user.

See Also:
Constant Field Values

HLP

static final int HLP
Command flag: dummy command for formatting the help output.

See Also:
Constant Field Values

SRV

static final int SRV
Command flag: command which can only be executed by the server.

See Also:
Constant Field Values