|
KIE API 6.0.0.Beta4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface KieBuilder
KieBuilder is a builder for the resources contained in a KieModule
Method Summary | |
---|---|
KieBuilder |
buildAll()
Builds all the KieBases contained in the KieModule for which this KieBuilder has been created |
KieModule |
getKieModule()
Returns the KieModule for which this KieBuilder has been created |
Results |
getResults()
Returns the Results of the building process. |
KieBuilder |
setDependencies(KieModule... dependencies)
Sets the other KieModules from which the KieModule that has to be built by this KieBuilder depends on |
KieBuilder |
setDependencies(Resource... dependencies)
Sets the other Resources from which the KieModule that has to be built by this KieBuilder depends on |
Method Detail |
---|
KieBuilder setDependencies(KieModule... dependencies)
KieBuilder setDependencies(Resource... dependencies)
KieBuilder buildAll()
Results getResults()
buildAll()
if the KieModule hasn't been built yet
KieModule getKieModule()
|
KIE API 6.0.0.Beta4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |