public interface ResourceBundleTextProvider extends TextProvider
Modifier and Type | Method and Description |
---|---|
void |
setBundle(ResourceBundle bundle)
Set the resource bundle to use.
|
void |
setClazz(Class clazz)
Set the class to use for reading the resource bundle.
|
void |
setLocaleProvider(LocaleProvider localeProvider)
Set the LocaleProvider to use.
|
void setBundle(ResourceBundle bundle)
bundle
- the bundle to use.void setClazz(Class clazz)
clazz
- the class to use for loading.void setLocaleProvider(LocaleProvider localeProvider)
localeProvider
- the LocaleProvider to use.Copyright © 2000–2020 Apache Software Foundation. All rights reserved.