| Interface | Description | |
|---|---|---|
| IResourceBundle | Defines valid ResourceBundle method signitures which are used specifically by ResourceBundleManager to invoke internal ResourceBundle instances | |
| IResourceBundleManager | Defines the contract for classes which must provide an API for working with manages ResourceBundles | |
| IResourceBundleRepository | Marker interface intended to improve code readability by inferring implementing classes are to define all resource bundle instances for an entire application from within a single, centralized repository. |
| Class | Description | |
|---|---|---|
| ResourceBundleManager | Provides Singleton access to all ResourceBundle instances throughout an application |