public interface KieBuilder
Modifier and Type | Method and Description |
---|---|
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
|
KieBuilder setDependencies(KieModule... dependencies)
KieBuilder setDependencies(Resource... dependencies)
KieBuilder buildAll()
Results getResults()
buildAll()
if the KieModule hasn't been built yetKieModule getKieModule()
Copyright © 2001–2015 JBoss by Red Hat. All rights reserved.