Uses of Interface
org.kie.api.builder.KieBuilder
Packages that use KieBuilder
-
Uses of KieBuilder in org.kie.api
Methods in org.kie.api that return KieBuilderModifier and TypeMethodDescriptionKieServices.newKieBuilder(File rootFolder) Creates a new KieBuilder to build the KieModule contained in the given folderKieServices.newKieBuilder(KieFileSystem kieFileSystem) Creates a new KieBuilder to build the KieModule contained in the given KieFileSystemKieServices.newKieBuilder(KieFileSystem kieFileSystem, ClassLoader classLoader) Creates a new KieBuilder to build the KieModule contained in the given KieFileSystem and using the given class loader -
Uses of KieBuilder in org.kie.api.builder
Methods in org.kie.api.builder that return KieBuilderModifier and TypeMethodDescriptionKieBuilder.buildAll()Builds all the KieBases contained in the KieModule for which this KieBuilder has been createdKieBuilder.buildAll(Class<? extends KieBuilder.ProjectType> projectClass) Builds all the KieBases contained in the KieModule for which this KieBuilder has been created creating a project of the type specified by the provided projectClassKieBuilder.setDependencies(KieModule... dependencies) Sets the other KieModules from which the KieModule that has to be built by this KieBuilder depends onKieBuilder.setDependencies(Resource... dependencies) Sets the other Resources from which the KieModule that has to be built by this KieBuilder depends on