KIE API 6.2.0.Beta1

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
 ReleaseId getReleaseId()
          Returns the ReleaseId identifying this KieModule
 

Method Detail

getReleaseId

ReleaseId getReleaseId()
Returns the ReleaseId identifying this KieModule


KIE API 6.2.0.Beta1

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.