| Interface | Description |
|---|---|
| Commands |
This class defines the available command-line commands.
|
| PasswordReader |
Reads a password from a specified source (eg.
|
| Text |
This class contains internationalized text strings, which are used
throughout the project.
|
| Class | Description |
|---|---|
| AProp |
This class assembles properties which are used all around the project.
|
| Command |
This class provides the architecture for all internal command
implementations.
|
| CommandBuilder |
This class simplifies the composition of the string representation of
a database command.
|
| CommandParser |
This is a parser for command strings, creating
Command instances. |
| Context |
This class serves as a central database context.
|
| Databases |
Manages a two-way-map of all available databases and backups.
|
| Datas |
This class organizes all currently opened database.
|
| 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. |
| Main |
This is the abstract main class for the starter classes.
|
| MainProp |
This class assembles admin properties which are used all around the project.
|
| Progress |
This class is implemented by all kinds of processes.
|
| Prop |
This class assembles properties which are used all around the project.
|
| User |
This class contains information on a single user.
|
| Users |
This class organizes all users.
|
| Enum | Description |
|---|---|
| Commands.Cmd |
Command definitions.
|
| Commands.CmdAlter |
Alter types.
|
| Commands.CmdCreate |
Create commands.
|
| Commands.CmdDrop |
Drop commands.
|
| Commands.CmdIndex |
Index types.
|
| Commands.CmdIndexInfo |
Index types.
|
| Commands.CmdInfo |
Info commands.
|
| Commands.CmdOptimize |
Optimize commands.
|
| Commands.CmdPerm |
Permission commands.
|
| Commands.CmdRepo |
Repo types.
|
| Commands.CmdShow |
Show commands.
|
| Exception | Description |
|---|---|
| BaseXException |
Database exception, extending the
IOException. |
| ProgressException |
This exception is called whenever a progress is interrupted.
|