Package gnue.common.base
The base package contains a number of modules providing very basic
functions that are used all over the GNU Enterprise tools.
All the functions here in one way or the other depend on (or
implement) some special aspect of the GNU Enterprise infrastructure.
| Submodules |
-
checktype: Support for checking the type of variables.
-
errors: General exception classes.
-
i18n: Internationalization support.
-
log: The log module extends the standard logging module with some
convenience functions related to the logging schema used in GNU
Enterprise.
-
utils: The utils module provides some very basic although GNU Enterprise
specific utility functions.
|