类 SystemConfiguration
- java.lang.Object
-
- org.apache.dubbo.common.config.SystemConfiguration
-
- 所有已实现的接口:
Configuration
public class SystemConfiguration extends Object implements Configuration
FIXME: is this really necessary? PropertiesConfiguration should have already covered this:- 另请参阅:
PropertiesConfiguration
-
-
构造器概要
构造器 构造器 说明 SystemConfiguration()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 ObjectgetInternalProperty(String key)-
从接口继承的方法 org.apache.dubbo.common.config.Configuration
containsKey, convert, getBoolean, getBoolean, getBoolean, getInt, getInt, getInteger, getProperty, getProperty, getString, getString
-
-
-
-
方法详细资料
-
getInternalProperty
public Object getInternalProperty(String key)
- 指定者:
getInternalProperty在接口中Configuration
-
-