jacareto.system |
Classes which build the environment of a Jacareto system.
The {@link jacareto.system.Environment} class is one of the most important classes in the Jacareto framework. It contains the
language, logger and customization objects which can be used by all instances.
|
Java Source File Name | Type | Comment |
Customization.java | Class | Enhanced hashtable which can read the customization out of a xml file and stores it in a
hashtable. |
DefaultEnvironment.java | Class | An environment with the default Jacareto instances. |
Environment.java | Class | An Environment object is an instance which bundles objects used by all other
classes in the Jacareto framework. |
EnvironmentException.java | Class | |
EnvironmentMember.java | Class | A superclass for all classes which are a members of a Jacareto environment. |
Files.java | Class | Contains all files and directories used by Jacareto applications. |
Language.java | Class | A storage for texts depending on a language (keyword -> text mappings like the ResourceBundle
class of the java API) The mapping can be given as a enhanced hashtable object. |
Module.java | Class | A Jacareto Module. |
Modules.java | Class | The list of all modules Jacareto knows. |