Class KieObjectsInjector
- java.lang.Object
-
- org.kie.aries.blueprint.namespace.KieObjectsInjector
-
- All Implemented Interfaces:
org.apache.aries.blueprint.BeanProcessor,org.apache.aries.blueprint.Processor
public class KieObjectsInjector extends Object implements org.apache.aries.blueprint.BeanProcessor
-
-
Constructor Summary
Constructors Constructor Description KieObjectsInjector()KieObjectsInjector(String contextId)KieObjectsInjector(String contextId, org.apache.aries.blueprint.ParserContext parserContext)KieObjectsInjector(List<URL> resources)KieObjectsInjector(List<URL> resources, String contextId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidaddKieModuleToRepo(org.kie.api.builder.model.KieModuleModel kieModuleModel)voidafterDestroy(Object o, String s)voidafterImportSet()ObjectafterInit(Object o, String s, org.apache.aries.blueprint.BeanProcessor.BeanCreator beanCreator, org.osgi.service.blueprint.reflect.BeanMetadata beanMetadata)voidafterKmoduleSet()voidbeforeDestroy(Object o, String s)ObjectbeforeInit(Object o, String s, org.apache.aries.blueprint.BeanProcessor.BeanCreator beanCreator, org.osgi.service.blueprint.reflect.BeanMetadata beanMetadata)protected org.kie.api.builder.model.KieModuleModelgetKieModuleModel()protected voidinjectKieModule(org.kie.api.builder.model.KieModuleModel kieModuleModel)voidsetBlueprintContainer(org.osgi.service.blueprint.container.BlueprintContainer blueprintContainer)
-
-
-
Method Detail
-
setBlueprintContainer
public void setBlueprintContainer(org.osgi.service.blueprint.container.BlueprintContainer blueprintContainer)
-
afterKmoduleSet
public void afterKmoduleSet()
-
injectKieModule
protected void injectKieModule(org.kie.api.builder.model.KieModuleModel kieModuleModel)
-
afterImportSet
public void afterImportSet()
-
addKieModuleToRepo
protected void addKieModuleToRepo(org.kie.api.builder.model.KieModuleModel kieModuleModel)
-
getKieModuleModel
protected org.kie.api.builder.model.KieModuleModel getKieModuleModel()
-
beforeInit
public Object beforeInit(Object o, String s, org.apache.aries.blueprint.BeanProcessor.BeanCreator beanCreator, org.osgi.service.blueprint.reflect.BeanMetadata beanMetadata)
- Specified by:
beforeInitin interfaceorg.apache.aries.blueprint.BeanProcessor
-
afterInit
public Object afterInit(Object o, String s, org.apache.aries.blueprint.BeanProcessor.BeanCreator beanCreator, org.osgi.service.blueprint.reflect.BeanMetadata beanMetadata)
- Specified by:
afterInitin interfaceorg.apache.aries.blueprint.BeanProcessor
-
beforeDestroy
public void beforeDestroy(Object o, String s)
- Specified by:
beforeDestroyin interfaceorg.apache.aries.blueprint.BeanProcessor
-
-