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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ReleaseId
getReleaseId()
Returns the ReleaseId identifying this KieModule
-
-
-
Method Detail
-
getReleaseId
ReleaseId getReleaseId()
Returns the ReleaseId identifying this KieModule
-
-