Interface Resources


public interface Resources
Provides overidden resource messages.
  • Method Summary

    Modifier and Type
    Method
    Description
    getString(String baseBundleName, String key, String defaultString)
    Returns a value for overriding the default resource value or the default string if no override is provided
  • Method Details

    • getString

      String getString(String baseBundleName, String key, String defaultString)
      Returns a value for overriding the default resource value or the default string if no override is provided
      Parameters:
      baseBundleName - the base resource bundle name
      key - the key
      defaultString - the default string
      Returns:
      a value for overriding the default string or the default string if no override is provided