public class I18nBundle extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
I18nBundle.EmptyResourceBundle
A resource bundle that contains no strings.
|
| Constructor and Description |
|---|
I18nBundle(String bundleName,
ResourceBundle resources,
I18nLogger i18nLogger) |
| Modifier and Type | Method and Description |
|---|---|
static I18nBundle |
emptyBundle(String bundleName,
I18nLogger i18nLogger) |
String |
text(String key,
Object... parameters) |
public I18nBundle(String bundleName, ResourceBundle resources, I18nLogger i18nLogger)
public static I18nBundle emptyBundle(String bundleName, I18nLogger i18nLogger)
Copyright © 2016. All rights reserved.