类 SystemProfileValueSource

    • 方法详细资料

      • get

        public String get​(String key)
        Get the profile value indicated by the specified key from the system properties.
        指定者:
        get 在接口中 ProfileValueSource
        参数:
        key - the name of the profile value
        返回:
        the String value of the profile value, or null if there is no profile value with that key
        另请参阅:
        System.getProperty(String)