public class ExcludeContextFileFinder extends Object implements Configuration
Modifier and Type | Field and Description |
---|---|
protected XmlNode |
applicationConfig |
protected XmlNode |
componentConfig |
Constructor and Description |
---|
ExcludeContextFileFinder() |
Modifier and Type | Method and Description |
---|---|
boolean |
checkMatch(FileObject fileObject) |
void |
config(XmlNode applicationConfig,
XmlNode componentConfig)
设置配置信息,应用配置和组件配置内容合并
|
XmlNode |
getApplicationConfig()
获取应用配置信息
|
String |
getApplicationNodePath()
获取在application.xml中配置对象的相对路径
|
XmlNode |
getComponentConfig()
获取组件配置信息
|
String |
getComponentConfigPath()
返回该配置对象组件配置的相对路径,相对于classpath的路径。
|
Map<String,String> |
getExcludeFileExtensionMap() |
protected XmlNode applicationConfig
protected XmlNode componentConfig
public boolean checkMatch(FileObject fileObject)
public void config(XmlNode applicationConfig, XmlNode componentConfig)
Configuration
config
in interface Configuration
applicationConfig
- 应用配置节点componentConfig
- 组件配置节点public String getApplicationNodePath()
Configuration
getApplicationNodePath
in interface Configuration
public String getComponentConfigPath()
Configuration
getComponentConfigPath
in interface Configuration
public XmlNode getComponentConfig()
Configuration
getComponentConfig
in interface Configuration
public XmlNode getApplicationConfig()
Configuration
getApplicationConfig
in interface Configuration
Copyright © 2006–2018 TinyGroup. All rights reserved.