Class ICUBundleMessageSource.PropertiesHolder

  • Enclosing class:
    ICUBundleMessageSource

    protected class ICUBundleMessageSource.PropertiesHolder
    extends java.lang.Object
    Override
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.text.MessageFormat getMessageFormat​(java.lang.String code, java.util.Locale locale)  
      com.ibm.icu.text.MessageFormat getMessageFormatICU​(java.lang.String code, java.util.Locale locale)  
      • Methods inherited from class java.lang.Object

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

      • PropertiesHolder

        public PropertiesHolder()
      • PropertiesHolder

        public PropertiesHolder​(java.util.Properties properties,
                                long fileTimestamp)
    • Method Detail

      • getMessageFormat

        @Nullable
        public java.text.MessageFormat getMessageFormat​(java.lang.String code,
                                                        java.util.Locale locale)
      • getMessageFormatICU

        @Nullable
        public com.ibm.icu.text.MessageFormat getMessageFormatICU​(java.lang.String code,
                                                                  java.util.Locale locale)