ConfigurationProperty 类
定义
Specifies a name-value pair that is used to configure a service or application.
public class ConfigurationProperty
- 继承
-
java.lang.ObjectConfigurationProperty
方法
getName() |
Specifies the name of the setting.
|
getValue() |
Gets the value of the setting.
|
isEncrypted() |
Specifies whether the configuration is encrypted.
|
isMustOverride() |
Gets a flag indicating whether the setting must be overridden in the application manifest.
|