Interface PropertyResourceProvider

    • Method Detail

      • getString

        java.lang.String getString​(@CheckForNull
                                   java.lang.String key,
                                   @CheckForNull
                                   Property property)
        Returns resource for given key.
        Parameters:
        key - a resource key.
        property - property
        Returns:
        the resource for given key.