public abstract class XmlConfigServiceLoader extends AbstractFileProcessor implements ServiceLoader, Configuration
caches, changeList, deleteList, fileObjects, fileResolver
DEFAULT_PRECEDENCE, HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
Constructor and Description |
---|
XmlConfigServiceLoader() |
Modifier and Type | Method and Description |
---|---|
void |
config(XmlNode applicationConfig,
XmlNode componentConfig)
设置配置信息,应用配置和组件配置内容合并
|
XmlNode |
getApplicationConfig()
获取应用配置信息
|
String |
getApplicationNodePath()
获取在application.xml中配置对象的相对路径
|
XmlNode |
getComponentConfig()
获取组件配置信息
|
String |
getComponentConfigPath()
返回该配置对象组件配置的相对路径,相对于classpath的路径。
|
protected abstract List<ServiceComponents> |
getServiceComponents() |
protected abstract Object |
getServiceInstance(ServiceComponent serviceComponent) |
void |
loadService(ServiceRegistry serviceRegistry,
ClassLoader classLoader)
载入服务
|
void |
process()
对文件进行处理
|
protected void |
registerServices(Object object,
ServiceComponent serviceComponent,
ServiceRegistry serviceRegistry,
ClassLoader classLoader)
注册服务
|
void |
removeService(ServiceRegistry serviceRegistry,
ClassLoader classLoader) |
void |
removeServiceComponents(ServiceRegistry serviceRegistry,
ServiceComponents serviceComponents) |
add, checkMatch, clean, convertFromXml, delete, getFileResolver, getOrder, isMatch, modify, noChange, setFileResolver, supportRefresh
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
setConfigPath
public void loadService(ServiceRegistry serviceRegistry, ClassLoader classLoader) throws ServiceLoadException
loadService
in interface ServiceLoader
ServiceLoadException
public void removeService(ServiceRegistry serviceRegistry, ClassLoader classLoader)
removeService
in interface ServiceLoader
public void removeServiceComponents(ServiceRegistry serviceRegistry, ServiceComponents serviceComponents)
protected void registerServices(Object object, ServiceComponent serviceComponent, ServiceRegistry serviceRegistry, ClassLoader classLoader) throws ClassNotFoundException, ServiceLoadException
object
- serviceComponent
- serviceRegistry
- ServiceLoadException
ClassNotFoundException
protected abstract List<ServiceComponents> getServiceComponents()
protected abstract Object getServiceInstance(ServiceComponent serviceComponent) throws Exception
Exception
public String getApplicationNodePath()
Configuration
getApplicationNodePath
in interface Configuration
getApplicationNodePath
in class AbstractFileProcessor
public String getComponentConfigPath()
Configuration
getComponentConfigPath
in interface Configuration
getComponentConfigPath
in class AbstractFileProcessor
public void config(XmlNode applicationConfig, XmlNode componentConfig)
Configuration
config
in interface Configuration
config
in class AbstractFileProcessor
applicationConfig
- 应用配置节点componentConfig
- 组件配置节点public XmlNode getComponentConfig()
Configuration
getComponentConfig
in interface Configuration
getComponentConfig
in class AbstractFileProcessor
public XmlNode getApplicationConfig()
Configuration
getApplicationConfig
in interface Configuration
getApplicationConfig
in class AbstractFileProcessor
public void process()
FileProcessor
process
in interface FileProcessor
Copyright © 2006–2018 TinyGroup. All rights reserved.