public abstract class AbstractI18NResource extends Object implements I18NResource
Modifier and Type | Field and Description |
---|---|
static org.slf4j.Logger |
log |
Constructor and Description |
---|
AbstractI18NResource() |
Modifier and Type | Method and Description |
---|---|
ResourceBundle |
getBundle() |
ResourceBundle |
getBundle(String localeString) |
protected abstract InputStream |
getPropertyResourceAsStream(String locale) |
public ResourceBundle getBundle()
getBundle
in interface I18NResource
public ResourceBundle getBundle(String localeString)
getBundle
in interface I18NResource
protected abstract InputStream getPropertyResourceAsStream(String locale)
locale
- the locale of the properties to load. Can be null.Copyright © 2003–2015 Atlassian. All rights reserved.