public class SpringBeansFileProcessor extends AbstractFileProcessor
applicationConfig, caches, changeList, componentConfig, deleteList, fileObjects, fileResolver, LOGGER
DEFAULT_PRECEDENCE, HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
Constructor and Description |
---|
SpringBeansFileProcessor() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
checkMatch(FileObject fileObject) |
int |
getOrder()
Return the order value of this object, with a
higher value meaning greater in terms of sorting.
|
void |
process()
对文件进行处理
|
boolean |
supportRefresh()
是否支持刷新
|
add, clean, config, convertFromXml, delete, getApplicationConfig, getApplicationNodePath, getComponentConfig, getComponentConfigPath, getFileResolver, isMatch, modify, noChange, setFileResolver
protected boolean checkMatch(FileObject fileObject)
checkMatch
in class AbstractFileProcessor
public void process()
FileProcessor
public boolean supportRefresh()
FileProcessor
supportRefresh
in interface FileProcessor
supportRefresh
in class AbstractFileProcessor
public int getOrder()
Ordered
Normally starting with 0 or 1, with Ordered.LOWEST_PRECEDENCE
indicating greatest. Same order values will result in arbitrary
positions for the affected objects.
Higher value can be interpreted as lower priority, consequently the first object has highest priority (somewhat analogous to Servlet "load-on-startup" values).
Note that order values below 0 are reserved for framework purposes. Application-specified values should always be 0 or greater, with only framework components (internal or third-party) supposed to use lower values.
getOrder
in interface Ordered
getOrder
in class AbstractFileProcessor
Ordered.LOWEST_PRECEDENCE
Copyright © 2006–2018 TinyGroup. All rights reserved.