public class ResourceBundleManager extends Object
Modifier and Type | Field and Description |
---|---|
static String |
copyright |
static org.slf4j.Logger |
logger |
protected ConcurrentMap<Locale,ConfigurationResourceBundle> |
resourceBundles |
protected LinkedList<String> |
searchPaths |
Constructor and Description |
---|
ResourceBundleManager() |
Modifier and Type | Method and Description |
---|---|
void |
addSearchPath(String searchPath) |
ResourceBundle |
getBundle(Locale locale) |
protected String |
getBundleFileName(String baseName,
Locale locale) |
protected String |
getBundleName(String baseName,
Locale locale) |
String |
toString() |
public static final String copyright
protected LinkedList<String> searchPaths
protected final ConcurrentMap<Locale,ConfigurationResourceBundle> resourceBundles
public static final org.slf4j.Logger logger
public ResourceBundle getBundle(Locale locale)
public void addSearchPath(String searchPath)