public class TinyMacroFileProcessor extends AbstractFileProcessor
applicationConfig, caches, changeList, componentConfig, deleteList, fileObjects, fileResolver, LOGGER
DEFAULT_PRECEDENCE, HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
Constructor and Description |
---|
TinyMacroFileProcessor() |
Modifier and Type | Method and Description |
---|---|
boolean |
checkMatch(FileObject fileObject) |
void |
config(XmlNode applicationConfig,
XmlNode componentConfig)
设置配置信息,应用配置和组件配置内容合并
|
String |
getApplicationNodePath()
获取在application.xml中配置对象的相对路径
|
String |
getComponentConfigPath()
返回该配置对象组件配置的相对路径,相对于classpath的路径。
|
TemplateEngine |
getEngine() |
FileResourceManager |
getFileResourceManager() |
void |
process()
对文件进行处理
|
void |
setEngine(TemplateEngine engine) |
void |
setFileResourceManager(FileResourceManager fileResourceManager) |
add, clean, convertFromXml, delete, getApplicationConfig, getComponentConfig, getFileResolver, getOrder, isMatch, modify, noChange, setFileResolver, supportRefresh
public TemplateEngine getEngine()
public void setEngine(TemplateEngine engine)
public FileResourceManager getFileResourceManager()
public void setFileResourceManager(FileResourceManager fileResourceManager)
public boolean checkMatch(FileObject fileObject)
checkMatch
in class AbstractFileProcessor
public void process()
FileProcessor
public void config(XmlNode applicationConfig, XmlNode componentConfig)
Configuration
config
in interface Configuration
config
in class AbstractFileProcessor
applicationConfig
- 应用配置节点componentConfig
- 组件配置节点public String getComponentConfigPath()
Configuration
getComponentConfigPath
in interface Configuration
getComponentConfigPath
in class AbstractFileProcessor
public String getApplicationNodePath()
Configuration
getApplicationNodePath
in interface Configuration
getApplicationNodePath
in class AbstractFileProcessor
Copyright © 2006–2018 TinyGroup. All rights reserved.