Uses of Interface
org.drools.compiler.builder.PackageRegistryManager
-
Packages that use PackageRegistryManager Package Description org.drools.compiler.builder.impl org.drools.compiler.builder.impl.processors CompilationPhases originate as methods inKnowledgeBuilderImpl. -
-
Uses of PackageRegistryManager in org.drools.compiler.builder.impl
Subinterfaces of PackageRegistryManager 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 PackageRegistryManager Modifier and Type Class Description classKnowledgeBuilderImplclassPackageRegistryManagerImplclassTypeDeclarationContextImplConstructors in org.drools.compiler.builder.impl with parameters of type PackageRegistryManager Constructor Description TypeDeclarationContextImpl(KnowledgeBuilderConfigurationImpl configuration, PackageRegistryManager packageRegistryManager) -
Uses of PackageRegistryManager in org.drools.compiler.builder.impl.processors
Constructors in org.drools.compiler.builder.impl.processors with parameters of type PackageRegistryManager Constructor Description CompositePackageCompilationPhase(Collection<CompositePackageDescr> packages, PackageRegistryManager pkgRegistryManager, TypeDeclarationBuilder typeBuilder, GlobalVariableContext globalVariableContext, DroolsAssemblerContext droolsAssemblerContext, BuildResultAccumulator buildResultAccumulator, org.drools.kiesession.rulebase.InternalKnowledgeBase kBase, KnowledgeBuilderConfigurationImpl configuration)
-