Uses of Class
org.apache.openjpa.lib.util.Localizer
-
Packages that use Localizer Package Description org.apache.openjpa.lib.util General Utilities -
-
Uses of Localizer in org.apache.openjpa.lib.util
Methods in org.apache.openjpa.lib.util that return Localizer Modifier and Type Method Description static Localizer
Localizer. forPackage(Class<?> cls)
Return a Localizer instance that will access the properties file in the package of the given class using the system default locale.static Localizer
Localizer. forPackage(Class<?> cls, Locale locale)
Return a Localizer instance that will access the properties file in the package of the given class using the given locale.
-