Package org.opencms.i18n
Class CmsVfsBundleManager.NameAndLocale
java.lang.Object
org.opencms.i18n.CmsVfsBundleManager.NameAndLocale
- Enclosing class:
- CmsVfsBundleManager
Data holder for a base name and locale of a message bundle.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
NameAndLocale
Creates a new instance.- Parameters:
name
- the base namelocale
- the locale
-
-
Method Details
-
getLocale
Gets the locale.- Returns:
- the locale
-
getName
Gets the base name.- Returns:
- the base name
-