org.basex.core
Interface Commands


public interface Commands

This class defines the available command-line commands.

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

Nested Class Summary
static class Commands.Cmd
          Command definitions.
static class Commands.CmdCreate
          Create commands.
static class Commands.CmdDrop
          Drop commands.
static class Commands.CmdIndex
          Index types.
static class Commands.CmdIndexInfo
          Index types.
static class Commands.CmdInfo
          Info commands.
static class Commands.CmdPerm
          Permission commands.
static class Commands.CmdSet
          Set commands.
static class Commands.CmdShow
          Show commands.
 
Field Summary
static int HID
          Command flag: command which will not be shown in the help.
static int INT
          Command flag: command which cannot be run by the user.
 

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