Package 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
-
Method Summary
Modifier and TypeMethodDescriptionReturns the ReleaseId identifying this KieModule
-
Method Details
-
getReleaseId
ReleaseId getReleaseId()Returns the ReleaseId identifying this KieModule
-