org.tinygroup.weblayer.configmanager
类 TinyProcessorConfigManager

java.lang.Object
  继承者 org.tinygroup.weblayer.configmanager.TinyProcessorConfigManager
所有已实现的接口:
org.tinygroup.config.Configuration

public class TinyProcessorConfigManager
extends Object
implements org.tinygroup.config.Configuration

tiny processor处理器配置管理对象

作者:
renhui

字段摘要
static String TINY_PROCESSOR_CONFIGMANAGER
           
 
构造方法摘要
TinyProcessorConfigManager()
           
 
方法摘要
 void addConfig(org.tinygroup.vfs.FileObject fileObject)
           
 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()
           
 List<org.tinygroup.xmlparser.node.XmlNode> getConfigs()
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

TINY_PROCESSOR_CONFIGMANAGER

public static final String TINY_PROCESSOR_CONFIGMANAGER
另请参见:
常量字段值
构造方法详细信息

TinyProcessorConfigManager

public TinyProcessorConfigManager()
方法详细信息

addConfig

public void addConfig(org.tinygroup.vfs.FileObject fileObject)

getApplicationConfig

public org.tinygroup.xmlparser.node.XmlNode getApplicationConfig()
指定者:
接口 org.tinygroup.config.Configuration 中的 getApplicationConfig

getConfigs

public List<org.tinygroup.xmlparser.node.XmlNode> getConfigs()

getApplicationNodePath

public String getApplicationNodePath()
指定者:
接口 org.tinygroup.config.Configuration 中的 getApplicationNodePath

getComponentConfigPath

public String getComponentConfigPath()
指定者:
接口 org.tinygroup.config.Configuration 中的 getComponentConfigPath

config

public void config(org.tinygroup.xmlparser.node.XmlNode applicationConfig,
                   org.tinygroup.xmlparser.node.XmlNode componentConfig)
指定者:
接口 org.tinygroup.config.Configuration 中的 config

getComponentConfig

public org.tinygroup.xmlparser.node.XmlNode getComponentConfig()
指定者:
接口 org.tinygroup.config.Configuration 中的 getComponentConfig


Copyright © 2006–2014 开源组织. All rights reserved.