public class ResourceBundlesCollector extends Object
| Constructor and Description |
|---|
ResourceBundlesCollector() |
| Modifier and Type | Method and Description |
|---|---|
void |
addBundle(ResourceBundle bundle)
Adds a resource bundle that is not tied to any particular locale
|
void |
addBundles(Map<String,ResourceBundle> bundlesByLocale) |
List<ResourceBundle> |
getCombinedResourceBundles() |
public void addBundle(ResourceBundle bundle)
bundle - resource bundle to addpublic void addBundles(Map<String,ResourceBundle> bundlesByLocale)
public List<ResourceBundle> getCombinedResourceBundles()
Copyright © 2003–2020 Atlassian. All rights reserved.