Class SolverConfigContext


  • public class SolverConfigContext
    extends Object
    Do not use this class, it is an internal class. It should be in impl.

    Will be removed in 8.0.

    • Constructor Detail

      • SolverConfigContext

        public SolverConfigContext()
        Vanilla context.
      • SolverConfigContext

        public SolverConfigContext​(org.kie.api.runtime.KieContainer kieContainer)
        Useful for a kjar deployment. The KieContainer also defines the non-vanilla ClassLoader.
        Parameters:
        kieContainer - if null behaves as SolverConfigContext()
    • Method Detail

      • getKieContainer

        public org.kie.api.runtime.KieContainer getKieContainer()
        Returns:
        sometimes null, affects the ClassLoader to use for loading all resources and Classes
      • validate

        public void validate()