Package org.basex.core

This package contains the core classes.

See:
          Description

Interface Summary
Commands This class defines the available command-line commands.
 

Class Summary
AbstractProcess This class provides the architecture for local and client process interpretation.
ClientProcess This class sends client commands to the server instance over a socket.
CommandParser This is a parser for command strings, creating Process instances.
Context This class stores the reference to the currently opened database.
Lang This class loads language specific data when the Lang.lang(java.lang.String) method is called for the first time.
Process This class provides the architecture for all internal command implementations.
Progress This class is implemented by all kinds of processes.
Prop This class assembles properties which are used all around the project.
 

Enum Summary
Commands.Cmd Command definitions.
Commands.CmdCreate Create Command definitions.
Commands.CmdDrop Drop command definitions.
Commands.CmdFS Filesystem command definitions.
Commands.CmdIndex Index Types definition.
Commands.CmdInfo Info command definitions.
Commands.CmdSet Set command definitions.
Commands.CmdUpdate Insert command definitions.
 

Exception Summary
ProgressException This class is used whenever a progress is interrupted.
 

Package org.basex.core Description

This package contains the core classes.