类 JvmArgsPropertySource
java.lang.Object
com.alibaba.nacos.client.env.AbstractPropertySource
com.alibaba.nacos.client.env.JvmArgsPropertySource
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明(专用程序包) Propertiesto properties.(专用程序包) booleancontainsKey(String key) 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.
-
字段详细资料
-
properties
-
-
构造器详细资料
-
JvmArgsPropertySource
JvmArgsPropertySource()
-
-
方法详细资料
-
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
-
containsKey
从类复制的说明:AbstractPropertySourceTests if the specified object is a key in this propertySource.- 指定者:
containsKey在类中AbstractPropertySource- 参数:
key- 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
-