- set(String, V) - 接口 中的方法cn.featherfly.rc.Configuration
-
设置指定配置
.
- set(String, String, V) - 接口 中的方法cn.featherfly.rc.ConfigurationRepository
-
设置指定配置定义的指定配置项的值,如果配置未初始化,会抛出异常.
- set(String, Map<String, Object>) - 接口 中的方法cn.featherfly.rc.ConfigurationRepository
-
设置指定配置定义的指定配置项的值,如果配置未初始化,会抛出异常.
- set(String, V) - 类 中的方法cn.featherfly.rc.SimpleConfiguration
-
设置指定配置
.
- setDescp(String) - 类 中的方法cn.featherfly.rc.SimpleConfigurationValue
-
设置descp.
- setName(String) - 类 中的方法cn.featherfly.rc.SimpleConfigurationValue
-
设置name.
- setValue(V) - 类 中的方法cn.featherfly.rc.SimpleConfigurationValue
-
设置value.
- SimpleConfiguration - cn.featherfly.rc中的类
-
SimpleConfiguration
- SimpleConfiguration(String, String, ConfigurationRepository) - 类 的构造器cn.featherfly.rc.SimpleConfiguration
-
- SimpleConfigurationValue<V> - cn.featherfly.rc中的类
-
ConfigurationValue
.
- SimpleConfigurationValue() - 类 的构造器cn.featherfly.rc.SimpleConfigurationValue
-
Instantiates a new configuration value.
- SimpleConfigurationValue(String, V) - 类 的构造器cn.featherfly.rc.SimpleConfigurationValue
-
Instantiates a new configuration value.
- SimpleConfigurationValue(String, V, String) - 类 的构造器cn.featherfly.rc.SimpleConfigurationValue
-
Instantiates a new configuration value.