public class FileResolverProcessor extends Object implements ApplicationProcessor
| Constructor and Description |
|---|
FileResolverProcessor() |
| Modifier and Type | Method and Description |
|---|---|
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() |
FileResolver |
getFileResolver() |
int |
getOrder() |
void |
init() |
void |
setApplication(Application application) |
void |
setFileResolver(FileResolver fileResolver) |
void |
start() |
void |
stop() |
public String getApplicationNodePath()
getApplicationNodePath in interface org.tinygroup.config.Configurationpublic String getComponentConfigPath()
getComponentConfigPath in interface org.tinygroup.config.Configurationpublic void config(org.tinygroup.xmlparser.node.XmlNode applicationConfig,
org.tinygroup.xmlparser.node.XmlNode componentConfig)
config 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.Configurationpublic void start()
start in interface ApplicationProcessorpublic void stop()
stop in interface ApplicationProcessorpublic void setApplication(Application application)
setApplication in interface ApplicationProcessorpublic FileResolver getFileResolver()
public void setFileResolver(FileResolver fileResolver)
public int getOrder()
getOrder in interface org.tinygroup.commons.order.Orderedpublic void init()
init in interface ApplicationProcessorCopyright © 2006–2017 TinyGroup. All rights reserved.