Class CmsVfsBundleManager.NameAndLocale

    • Constructor Summary

      Constructors 
      Constructor Description
      NameAndLocale​(java.lang.String name, java.util.Locale locale)
      Creates a new instance.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Locale getLocale()
      Gets the locale.
      java.lang.String getName()
      Gets the base name.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NameAndLocale

        public NameAndLocale​(java.lang.String name,
                             java.util.Locale locale)
        Creates a new instance.

        Parameters:
        name - the base name
        locale - the locale
    • Method Detail

      • getLocale

        public java.util.Locale getLocale()
        Gets the locale.

        Returns:
        the locale
      • getName

        public java.lang.String getName()
        Gets the base name.

        Returns:
        the base name