org.eclipse.stardust.engine.api.runtime
Interface ResourceBundle

All Superinterfaces:
Serializable

public interface ResourceBundle
extends Serializable

This serializable object contains resources in form of a map and its related locale.

Author:
Roland.Stamm

Method Summary
 Locale getLocale()
          The locale of the ResourceBundle.
 Map<String,Serializable> getResources()
          The resources of the resource bundle.
 

Method Detail

getLocale

Locale getLocale()
The locale of the ResourceBundle.

Please note that the locale might be different from the requested one.

Returns:
The locale for the retrieved ResourceBundle

getResources

Map<String,Serializable> getResources()
The resources of the resource bundle.

Returns:
The resources of the resource bundle.


Copyright © 2017 Eclipse Stardust. All Rights Reserved.