org.tinygroup.weblayer.configmanager
public class TinyProcessorConfigManager extends Object implements org.tinygroup.config.Configuration
| Modifier and Type | Field and 描述 |
|---|---|
static String |
TINY_PROCESSOR_CONFIGMANAGER |
| Constructor and 描述 |
|---|
TinyProcessorConfigManager() |
| Modifier and Type | Method and 描述 |
|---|---|
void |
addConfig(TinyProcessorConfigInfos configInfos) |
void |
combineConfig()
合并应用配置和组件配置
|
void |
config(org.tinygroup.xmlparser.node.XmlNode applicationConfig,
org.tinygroup.xmlparser.node.XmlNode componentConfig) |
org.tinygroup.xmlparser.node.XmlNode |
getApplicationConfig() |
String |
getApplicationNodePath() |
org.tinygroup.xmlparser.node.XmlNode |
getComponentConfig() |
String |
getComponentConfigPath() |
TinyProcessorConfigInfo |
getProcessorConfig(String processorName) |
List<TinyProcessorConfigInfo> |
getProcessorConfigs() |
void |
removeConfig(TinyProcessorConfigInfos configInfos) |
public void addConfig(TinyProcessorConfigInfos configInfos)
public void removeConfig(TinyProcessorConfigInfos configInfos)
public org.tinygroup.xmlparser.node.XmlNode getApplicationConfig()
getApplicationConfig 接口 {1} 中的 {0} org.tinygroup.config.Configurationpublic String getApplicationNodePath()
getApplicationNodePath 接口 {1} 中的 {0} org.tinygroup.config.Configurationpublic String getComponentConfigPath()
getComponentConfigPath 接口 {1} 中的 {0} org.tinygroup.config.Configurationpublic void config(org.tinygroup.xmlparser.node.XmlNode applicationConfig,
org.tinygroup.xmlparser.node.XmlNode componentConfig)
config 接口 {1} 中的 {0} org.tinygroup.config.Configurationpublic void combineConfig()
public org.tinygroup.xmlparser.node.XmlNode getComponentConfig()
getComponentConfig 接口 {1} 中的 {0} org.tinygroup.config.Configurationpublic TinyProcessorConfigInfo getProcessorConfig(String processorName)
public List<TinyProcessorConfigInfo> getProcessorConfigs()
Copyright © 2006–2015 TinyGroup. All rights reserved.