Drools :: OSGI Integration 6.1.0.Beta1

org.drools.osgi.spring
Class OsgiKModuleBeanFactoryPostProcessor

java.lang.Object
  extended by org.kie.spring.KModuleBeanFactoryPostProcessor
      extended by org.drools.osgi.spring.OsgiKModuleBeanFactoryPostProcessor
All Implemented Interfaces:
org.springframework.beans.factory.config.BeanFactoryPostProcessor, org.springframework.context.ApplicationContextAware

public class OsgiKModuleBeanFactoryPostProcessor
extends org.kie.spring.KModuleBeanFactoryPostProcessor


Field Summary
 
Fields inherited from class org.kie.spring.KModuleBeanFactoryPostProcessor
configFileURL, releaseId
 
Constructor Summary
OsgiKModuleBeanFactoryPostProcessor()
           
OsgiKModuleBeanFactoryPostProcessor(URL configFileURL, org.springframework.context.ApplicationContext context)
           
 
Method Summary
protected  org.drools.compiler.kie.builder.impl.InternalKieModule createKieModule(org.kie.api.builder.model.KieModuleModel kieProject)
           
protected  void initConfigFilePath()
           
 void setRelease(String release)
           
 
Methods inherited from class org.kie.spring.KModuleBeanFactoryPostProcessor
postProcessBeanFactory, setApplicationContext, setReleaseId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OsgiKModuleBeanFactoryPostProcessor

public OsgiKModuleBeanFactoryPostProcessor()

OsgiKModuleBeanFactoryPostProcessor

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

initConfigFilePath

protected void initConfigFilePath()
Overrides:
initConfigFilePath in class org.kie.spring.KModuleBeanFactoryPostProcessor

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)

Drools :: OSGI Integration 6.1.0.Beta1

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.