ResourceBundleCache
41424344454647
* standard OSGi-type localization support. */ public LocalizationHelper(Bundle bundle) { if (null == bundle) throw new NullPointerException(); this.cache = new ResourceBundleCache(bundle); }