public class CombinedResourceBundleFactory extends Object
ResourceBundles by combining other ResourceBundles together.| Constructor and Description |
|---|
CombinedResourceBundleFactory() |
| Modifier and Type | Method and Description |
|---|---|
static ResourceBundle |
createCombinedResourceBundle(Iterable<? extends ResourceBundle> componentResourceBundles)
Create a new
ResourceBundle by combining the supplied component ResourceBundles. |
public static ResourceBundle createCombinedResourceBundle(Iterable<? extends ResourceBundle> componentResourceBundles)
ResourceBundle by combining the supplied component ResourceBundles.Copyright © 2003–2020 Atlassian. All rights reserved.