Interface ProfileValueSource

    • Method Detail

      • get

        String get​(String key)
        Get the profile value indicated by the specified key.
        Parameters:
        key - the name of the profile value
        Returns:
        the String value of the profile value, or null if there is no profile value with that key