Class ICUResourceTableAccess


  • public class ICUResourceTableAccess
    extends java.lang.Object
    Static utility functions for probing resource tables, used by ULocale and LocaleDisplayNames.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String getTableString​(ICUResourceBundle bundle, java.lang.String tableName, java.lang.String subtableName, java.lang.String item, java.lang.String defaultValue)
      Utility to fetch locale display data from resource bundle tables.
      static java.lang.String getTableString​(java.lang.String path, ULocale locale, java.lang.String tableName, java.lang.String itemName, java.lang.String defaultValue)
      Utility to fetch locale display data from resource bundle tables.
      • Methods inherited from class java.lang.Object

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

      • ICUResourceTableAccess

        public ICUResourceTableAccess()
    • Method Detail

      • getTableString

        public static java.lang.String getTableString​(ICUResourceBundle bundle,
                                                      java.lang.String tableName,
                                                      java.lang.String subtableName,
                                                      java.lang.String item,
                                                      java.lang.String defaultValue)
        Utility to fetch locale display data from resource bundle tables. Uses fallback through the "Fallback" resource if available.