Uses of Interface
org.kie.api.runtime.KieContainer
Packages that use KieContainer
-
Uses of KieContainer in org.kie.api
Methods in org.kie.api that return KieContainerModifier and TypeMethodDescriptionKieServices.getKieClasspathContainer()Returns KieContainer for the classpath, this a global singleton.KieServices.getKieClasspathContainer(ClassLoader classLoader) Returns KieContainer for the classpath using the given classLoader, this a global singleton.KieServices.getKieClasspathContainer(String containerId) Returns KieContainer for the classpath enforcing the given containerId, this a global singleton.KieServices.getKieClasspathContainer(String containerId, ClassLoader classLoader) Returns KieContainer for the classpath enforcing the given containerId and using the given classLoader, this a global singleton.KieServices.newKieClasspathContainer()Creates a new KieContainer for the classpath, regardless if there's already an existing oneKieServices.newKieClasspathContainer(ClassLoader classLoader) Creates a new KieContainer for the classpath using the given classLoader, regardless if there's already an existing oneKieServices.newKieClasspathContainer(String containerId) Creates a new KieContainer for the classpath, regardless if there's already an existing one, enforcing the given containerId.KieServices.newKieClasspathContainer(String containerId, ClassLoader classLoader) Creates a new KieContainer for the classpath using the given classLoader, regardless if there's already an existing one, enforcing the given containerId.default KieContainerKieServices.newKieClasspathContainer(String containerId, ClassLoader classLoaderContainer, ReleaseId releaseId) Creates a new KieContainer for the classpath using the given classLoader, regardless if there's already an existing one, enforcing the given containerId.KieServices.newKieContainer(String containerId, ReleaseId releaseId) Creates a new KieContainer wrapping the KieModule with the given ReleaseId and enforcing the given containerId.KieServices.newKieContainer(String containerId, ReleaseId releaseId, ClassLoader classLoader) Creates a new KieContainer wrapping the KieModule with the given ReleaseId, using the given class loader and enforcing the given containerId.KieServices.newKieContainer(ReleaseId releaseId) Creates a new KieContainer wrapping the KieModule with the given ReleaseIdKieServices.newKieContainer(ReleaseId releaseId, ClassLoader classLoader) Creates a new KieContainer wrapping the KieModule with the given ReleaseId and using the given class loaderMethods in org.kie.api with parameters of type KieContainerModifier and TypeMethodDescriptionKieServices.newKieScanner(KieContainer kieContainer) Creates a maven based KieScanner to automatically discover if there are new releases of the KieModule (and its dependencies) wrapped by the given KieContainerKieServices.newKieScanner(KieContainer kieContainer, String repositoryFolder) Creates a file system based KieScanner to automatically discover if there are new releases of the KieModule (and its dependencies) wrapped by the given KieContainer