public class ExcludeContextFileFinder extends Object implements org.tinygroup.config.Configuration
| Modifier and Type | Field and Description |
|---|---|
protected org.tinygroup.xmlparser.node.XmlNode |
applicationConfig |
protected org.tinygroup.xmlparser.node.XmlNode |
componentConfig |
| Constructor and Description |
|---|
ExcludeContextFileFinder() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
checkMatch(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() |
Map<String,String> |
getExcludeFileExtensionMap() |
protected org.tinygroup.xmlparser.node.XmlNode applicationConfig
protected org.tinygroup.xmlparser.node.XmlNode componentConfig
public boolean checkMatch(org.tinygroup.vfs.FileObject fileObject)
public void config(org.tinygroup.xmlparser.node.XmlNode applicationConfig,
org.tinygroup.xmlparser.node.XmlNode componentConfig)
config in interface org.tinygroup.config.Configurationpublic String getApplicationNodePath()
getApplicationNodePath in interface org.tinygroup.config.Configurationpublic String getComponentConfigPath()
getComponentConfigPath in interface org.tinygroup.config.Configurationpublic org.tinygroup.xmlparser.node.XmlNode getComponentConfig()
getComponentConfig in interface org.tinygroup.config.Configurationpublic org.tinygroup.xmlparser.node.XmlNode getApplicationConfig()
getApplicationConfig in interface org.tinygroup.config.ConfigurationCopyright © 2006–2017 TinyGroup. All rights reserved.