public class ExternalizedLocaleStringBuilder extends Object
Used to construct localized properties file names from a base name and a Locale. The path is assumed to be on the external file system.
LocaleStringBuilder| Modifier and Type | Field and Description |
|---|---|
(package private) String |
baseName |
(package private) Locale |
locale |
| Constructor and Description |
|---|
ExternalizedLocaleStringBuilder(String baseName,
Locale locale) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
List<String> |
getSearchStrings() |
List<String> |
getValidPaths() |
int |
hashCode() |
private boolean |
hasLanguage() |
private boolean |
hasLanguageCountry() |
private boolean |
hasLanguageCountryVariant() |
Copyright © 2011-2014 David R. Smith. All Rights Reserved.