Class SystemProfileValueSource

    • Method Detail

      • get

        public String get​(String key)
        Get the profile value indicated by the specified key from the system properties.
        Specified by:
        get in interface ProfileValueSource
        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
        See Also:
        System.getProperty(String)