Uses of Interface
org.drools.compiler.builder.impl.RootClassLoaderProvider
-
Packages that use RootClassLoaderProvider Package Description org.drools.compiler.builder org.drools.compiler.builder.impl -
-
Uses of RootClassLoaderProvider in org.drools.compiler.builder
Subinterfaces of RootClassLoaderProvider in org.drools.compiler.builder Modifier and Type Interface Description interfaceDroolsAssemblerContextThis interface solely exist to make work legacy package processing classes such asPackageBuildContextandRuleBuildContext.interfaceInternalKnowledgeBuilderClasses in org.drools.compiler.builder that implement RootClassLoaderProvider Modifier and Type Class Description static classInternalKnowledgeBuilder.Empty -
Uses of RootClassLoaderProvider in org.drools.compiler.builder.impl
Subinterfaces of RootClassLoaderProvider in org.drools.compiler.builder.impl Modifier and Type Interface Description interfaceTypeDeclarationContextThe build context forTypeDeclarationBuilder,ClassDefinitionFactoryand all their related siblings.Classes in org.drools.compiler.builder.impl that implement RootClassLoaderProvider Modifier and Type Class Description classDroolsAssemblerContextImplclassKnowledgeBuilderImplclassTypeDeclarationContextImplConstructors in org.drools.compiler.builder.impl with parameters of type RootClassLoaderProvider Constructor Description PackageRegistryManagerImpl(KnowledgeBuilderConfigurationImpl configuration, RootClassLoaderProvider rootClassLoaderProvider, InternalKnowledgeBaseProvider kBaseProvider)
-