Uses of Class
org.drools.compiler.kie.util.KieJarChangeSet
-
Packages that use KieJarChangeSet Package Description org.drools.compiler.kie.builder.impl org.drools.compiler.kie.util -
-
Uses of KieJarChangeSet in org.drools.compiler.kie.builder.impl
Fields in org.drools.compiler.kie.builder.impl declared as KieJarChangeSet Modifier and Type Field Description KieJarChangeSetKieBaseUpdaterImplContext. csMethods in org.drools.compiler.kie.builder.impl that return KieJarChangeSet Modifier and Type Method Description default KieJarChangeSetInternalKieModule. getChanges(InternalKieModule newKieModule)Constructors in org.drools.compiler.kie.builder.impl with parameters of type KieJarChangeSet Constructor Description KieBaseUpdaterImplContext(KieProject kProject, org.drools.kiesession.rulebase.InternalKnowledgeBase kBase, InternalKieModule currentKM, InternalKieModule newKM, KieJarChangeSet cs, Collection<Class<?>> modifiedClasses, boolean modifyingUsedClass, Collection<String> unchangedResources, ResultsImpl results, KieBaseModelImpl newKieBaseModel, KieBaseModelImpl currentKieBaseModel, InternalKnowledgeBuilder kbuilder) -
Uses of KieJarChangeSet in org.drools.compiler.kie.util
Methods in org.drools.compiler.kie.util that return KieJarChangeSet Modifier and Type Method Description static KieJarChangeSetChangeSetBuilder. build(InternalKieModule original, InternalKieModule currentJar)KieJarChangeSetKieJarChangeSet. merge(KieJarChangeSet other)Methods in org.drools.compiler.kie.util with parameters of type KieJarChangeSet Modifier and Type Method Description KieJarChangeSetKieJarChangeSet. merge(KieJarChangeSet other)
-