com.sun.jbi.util |
|
Java Source File Name | Type | Comment |
ComponentConfigurationHelper.java | Class | This is a utility class to convert a set of properties into
application variables or application configuration and vice versa. |
Constants.java | Interface | |
EnvironmentAccess.java | Class | This class provides a way for any service to obtain a reference to the
EnvironmentContext created by the framework. |
LocalStringKeys.java | Interface | This interface contains the property keys used for looking up message
text in the LocalStrings resource bundle.
IMPORTANT: The number of property keys defined in this file must always
match the number of properties defined LocalStrings_en.properties.
The keys defined in this file must all match the keys for the
properties defined in LocalStrings_en.properties. |
ScaffoldEnvironmentContext.java | Class | Scaffolded EnvironmentContext for unit tests. |
StringTranslator.java | Class | This is the implementation of the String Translator, which provides services
for internationalization of messages to all services running inside the
JBI environment. |
TestComponentConfigurationHelper.java | Class | Tests for the ConfigurationHelper class. |
TestEnvironmentAccess.java | Class | Tests for the EnvironmentAccess class. |
TestLocalStringKeys.java | Class | Tests for the LocalStringKeys class. |