org.tinygroup.config.impl
public abstract class AbstractConfiguration extends Object implements Configuration
| Modifier and Type | Field and 描述 |
|---|---|
protected XmlNode |
applicationConfig |
protected XmlNode |
componentConfig |
protected static org.tinygroup.logger.Logger |
LOGGER |
| Constructor and 描述 |
|---|
AbstractConfiguration() |
| Modifier and Type | Method and 描述 |
|---|---|
void |
config(XmlNode applicationConfig,
XmlNode componentConfig)
设置配置信息
|
XmlNode |
getApplicationConfig()
获取应用配置信息
|
XmlNode |
getComponentConfig()
获取组件配置信息
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetApplicationNodePath, getComponentConfigPathprotected static final org.tinygroup.logger.Logger LOGGER
protected XmlNode applicationConfig
protected XmlNode componentConfig
public void config(XmlNode applicationConfig, XmlNode componentConfig)
Configurationconfig 接口 {1} 中的 {0} Configurationpublic XmlNode getComponentConfig()
ConfigurationgetComponentConfig 接口 {1} 中的 {0} Configurationpublic XmlNode getApplicationConfig()
ConfigurationgetApplicationConfig 接口 {1} 中的 {0} ConfigurationCopyright © 2006–2015 TinyGroup. All rights reserved.