Interface FormatStringsRegistry

All Known Implementing Classes:
FormatStringsRegistryImpl

public interface FormatStringsRegistry
Registry for FormatStrings
  • Method Details

    • getFormatStringsOrNull

      @Nullable FormatStrings getFormatStringsOrNull(Locale locale)
      Get format strings for a locale. Returns null if not registered.
    • getFormatStrings

      FormatStrings getFormatStrings(Locale locale)
      Get format strings for a locale.
      Throws:
      IllegalArgumentException - if not registered
    • setFormatStrings

      void setFormatStrings(Locale locale, FormatStrings formatStrings)
      Register format strings for a locale.