Class OsgiKModuleBeanFactoryPostProcessor

  • All Implemented Interfaces:
    org.springframework.beans.factory.Aware, org.springframework.beans.factory.config.BeanFactoryPostProcessor, org.springframework.context.ApplicationContextAware

    public class OsgiKModuleBeanFactoryPostProcessor
    extends org.kie.spring.KModuleBeanFactoryPostProcessor
    • Constructor Detail

      • OsgiKModuleBeanFactoryPostProcessor

        public OsgiKModuleBeanFactoryPostProcessor()
      • OsgiKModuleBeanFactoryPostProcessor

        public OsgiKModuleBeanFactoryPostProcessor​(URL configFileURL,
                                                   org.springframework.context.ApplicationContext context)
    • Method Detail

      • createKieModule

        protected org.drools.compiler.kie.builder.impl.InternalKieModule createKieModule​(org.kie.api.builder.model.KieModuleModel kieProject)
        Overrides:
        createKieModule in class org.kie.spring.KModuleBeanFactoryPostProcessor
      • setRelease

        public void setRelease​(String release)