Class StaticComponentsSupplier

  • All Implemented Interfaces:
    org.drools.wiring.api.ComponentsSupplier

    public class StaticComponentsSupplier
    extends Object
    implements org.drools.wiring.api.ComponentsSupplier
    • Constructor Detail

      • StaticComponentsSupplier

        public StaticComponentsSupplier()
    • Method Detail

      • createProjectClassLoader

        public org.drools.wiring.api.classloader.ProjectClassLoader createProjectClassLoader​(ClassLoader parent,
                                                                                             org.drools.wiring.api.ResourceProvider resourceProvider)
        Specified by:
        createProjectClassLoader in interface org.drools.wiring.api.ComponentsSupplier
      • createByteArrayClassLoader

        public org.drools.wiring.api.util.ByteArrayClassLoader createByteArrayClassLoader​(ClassLoader parent)
        Specified by:
        createByteArrayClassLoader in interface org.drools.wiring.api.ComponentsSupplier
      • createConsequenceExceptionHandler

        public Object createConsequenceExceptionHandler​(String className,
                                                        ClassLoader classLoader)
        Specified by:
        createConsequenceExceptionHandler in interface org.drools.wiring.api.ComponentsSupplier
      • createTimerService

        public Object createTimerService​(String className)
        Specified by:
        createTimerService in interface org.drools.wiring.api.ComponentsSupplier