Uses of Interface
de.xima.fc.common.utils.XLocaleUtils.LocaleMatcher
- 
Packages that use XLocaleUtils.LocaleMatcher Package Description de.xima.fc.common.utils  - 
- 
Uses of XLocaleUtils.LocaleMatcher in de.xima.fc.common.utils
Methods in de.xima.fc.common.utils that return XLocaleUtils.LocaleMatcher Modifier and Type Method Description static XLocaleUtils.LocaleMatcherXLocaleUtils.LocaleMatcher. localeMatchBaseLanguage(Locale locale)Gets a locale matcher that matches when a locale has the same base language as the given locale.static XLocaleUtils.LocaleMatcherXLocaleUtils.LocaleMatcher. localeMatchExact(Locale locale)Gets a locale matcher that matches when a locale is exactly equal to the given locale. 
 -