Package org.drools.compiler.builder.impl
Interface TypeDeclarationManager
- All Known Subinterfaces:
TypeDeclarationContext
- All Known Implementing Classes:
KnowledgeBuilderImpl,TypeDeclarationContextImpl,TypeDeclarationManagerImpl
public interface TypeDeclarationManager
Public interface to a
TypeDeclarationBuilder
Deals with updating a KieBase, if there exist a live one.-
Method Summary
Modifier and TypeMethodDescriptiongetAndRegisterTypeDeclaration(Class<?> cls, String packageName) getTypeDeclaration(Class<?> cls) getTypeDeclaration(ObjectType objectType)
-
Method Details
-
getAndRegisterTypeDeclaration
-
getTypeDeclaration
-
getTypeDeclaration
-