org.kie.builder.impl
Class KieModuleKieProject
java.lang.Object
org.kie.builder.impl.AbstractKieProject
org.kie.builder.impl.KieModuleKieProject
- All Implemented Interfaces:
- KieProject
public class KieModuleKieProject
- extends AbstractKieProject
Discovers all KieModules on the classpath, via the kmodule.xml file.
KieBaseModels and KieSessionModels are then indexed, with helper lookups
Each resulting KieModule is added to the KieRepository
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KieModuleKieProject
public KieModuleKieProject(InternalKieModule kieModule,
org.kie.builder.KieRepository kr)
init
public void init()
getGAV
public org.kie.builder.ReleaseId getGAV()
getKieModuleForKBase
public InternalKieModule getKieModuleForKBase(String kBaseName)
kieBaseExists
public boolean kieBaseExists(String kBaseName)
getClassLoader
public org.kie.internal.utils.CompositeClassLoader getClassLoader()
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.