类 DefaultSettingPropertySource
- java.lang.Object
-
- com.alibaba.nacos.client.env.AbstractPropertySource
-
- com.alibaba.nacos.client.env.DefaultSettingPropertySource
-
class DefaultSettingPropertySource extends AbstractPropertySource
-
-
字段概要
字段 修饰符和类型 字段 说明 private static java.lang.StringDEFAULT_SETTING_PATHprivate java.util.PropertiesdefaultSettingprivate static org.slf4j.LoggerLOGGER
-
构造器概要
构造器 构造器 说明 DefaultSettingPropertySource()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 (专用程序包) java.lang.StringgetProperty(java.lang.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.
-
-
-
字段详细资料
-
LOGGER
private static final org.slf4j.Logger LOGGER
-
DEFAULT_SETTING_PATH
private static final java.lang.String DEFAULT_SETTING_PATH
- 另请参阅:
- 常量字段值
-
defaultSetting
private final java.util.Properties defaultSetting
-
-
方法详细资料
-
getType
SourceType getType()
从类复制的说明:AbstractPropertySourceget property's type.- 指定者:
getType在类中AbstractPropertySource- 返回:
- name
-
getProperty
java.lang.String getProperty(java.lang.String key)
从类复制的说明: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
-
-