public class KModuleBeanFactoryPostProcessor extends Object implements org.springframework.beans.factory.config.BeanFactoryPostProcessor, org.springframework.context.ApplicationContextAware
Modifier and Type | Field and Description |
---|---|
protected URL |
configFileURL |
protected org.kie.api.builder.ReleaseId |
releaseId |
Constructor and Description |
---|
KModuleBeanFactoryPostProcessor() |
KModuleBeanFactoryPostProcessor(URL configFileURL,
String configFilePath) |
KModuleBeanFactoryPostProcessor(URL configFileURL,
String configFilePath,
org.springframework.context.ApplicationContext context) |
Modifier and Type | Method and Description |
---|---|
protected org.drools.compiler.kie.builder.impl.InternalKieModule |
createKieModule(org.kie.api.builder.model.KieModuleModel kieProject) |
protected void |
initConfigFilePath() |
void |
postProcessBeanFactory(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory) |
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
void |
setReleaseId(org.kie.api.builder.ReleaseId releaseId) |
protected URL configFileURL
protected org.kie.api.builder.ReleaseId releaseId
public KModuleBeanFactoryPostProcessor()
public KModuleBeanFactoryPostProcessor(URL configFileURL, String configFilePath, org.springframework.context.ApplicationContext context)
protected void initConfigFilePath()
public void setReleaseId(org.kie.api.builder.ReleaseId releaseId)
public void postProcessBeanFactory(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory) throws org.springframework.beans.BeansException
postProcessBeanFactory
in interface org.springframework.beans.factory.config.BeanFactoryPostProcessor
org.springframework.beans.BeansException
protected org.drools.compiler.kie.builder.impl.InternalKieModule createKieModule(org.kie.api.builder.model.KieModuleModel kieProject)
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) throws org.springframework.beans.BeansException
setApplicationContext
in interface org.springframework.context.ApplicationContextAware
org.springframework.beans.BeansException
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.