Interface | Description |
---|---|
InfoListener |
Info listener, receiving and handling information generated during the evaluation
of a command or query.
|
Text |
This class contains internationalized text strings, which are used throughout the project.
|
Class | Description |
---|---|
CLI |
This is the abstract main class for the starter classes.
|
Command |
This class provides the architecture for all internal command
implementations.
|
Context |
This class serves as a central database context.
|
Databases |
Provides central access to all databases and backups.
|
Datas |
This class organizes all currently opened databases.
|
Events |
This class organizes all known events.
|
Lang |
This class loads language specific texts when the
Lang.lang(java.lang.String)
method is called for the first time. |
MainOptions |
This class contains database options which are used all around the project.
|
Proc |
This class is implemented by all kinds of processes.
|
StaticOptions |
This class defines options which are used all around the project.
|
Enum | Description |
---|---|
MainOptions.MainParser |
Parser.
|
StaticOptions.AuthMethod |
Authorization method.
|
Exception | Description |
---|---|
BaseXException |
Database exception, extending the
IOException . |
ProcException |
This exception is called whenever a process is interrupted.
|
Copyright © 2005–2015 BaseX Team. All rights reserved.