类 SystemEnvPropertySource
java.lang.Object
com.alibaba.nacos.client.env.AbstractPropertySource
com.alibaba.nacos.client.env.SystemEnvPropertySource
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明(专用程序包) Propertiesto properties.private StringcheckPropertyName(String name) copy from https://github.com/spring-projects/spring-framework.git Copyright 2002-2021 the original author or authors.(专用程序包) booleancontainsKey(String name) Tests if the specified object is a key in this propertySource.(专用程序包) StringgetProperty(String key) get property, if the value can not be got by the special key, the null will be returned.(专用程序包) SourceTypegetType()get property's type.
-
字段详细资料
-
env
-
-
构造器详细资料
-
SystemEnvPropertySource
SystemEnvPropertySource()
-
-
方法详细资料
-
getType
SourceType getType()从类复制的说明:AbstractPropertySourceget property's type.- 指定者:
getType在类中AbstractPropertySource- 返回:
- name
-
getProperty
从类复制的说明:AbstractPropertySourceget property, if the value can not be got by the special key, the null will be returned.- 指定者:
getProperty在类中AbstractPropertySource- 参数:
key- special key- 返回:
- value or null
-
checkPropertyName
copy from https://github.com/spring-projects/spring-framework.git Copyright 2002-2021 the original author or authors. Since: 3.1 Author: Chris Beams, Juergen Hoeller -
containsKey
从类复制的说明:AbstractPropertySourceTests if the specified object is a key in this propertySource.- 指定者:
containsKey在类中AbstractPropertySource- 参数:
name- key – possible key- 返回:
- true if and only if the specified object is a key in this propertySource, false otherwise.
-
asProperties
Properties asProperties()从类复制的说明:AbstractPropertySourceto properties.- 指定者:
asProperties在类中AbstractPropertySource- 返回:
- properties
-