org.kie.api.builder
Interface KieModule
public interface KieModule
A KieModule is a container of all the resources necessary to define a set of KieBases like
 a pom.xml defining its ReleaseId, a kmodule.xml file declaring the KieBases names and configurations
 together with all the KieSession that can be created from them and all the other files
 necessary to build the KieBases themselves
 
getReleaseId
ReleaseId getReleaseId()
- Returns the ReleaseId identifying this KieModule
 
 
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.