Enum Class GroupDRLsInKieBasesByFolderOption

java.lang.Object
java.lang.Enum<GroupDRLsInKieBasesByFolderOption>
org.kie.internal.builder.conf.GroupDRLsInKieBasesByFolderOption
All Implemented Interfaces:
Serializable, Comparable<GroupDRLsInKieBasesByFolderOption>, Constable, KieBaseOption, Option, SingleValueKieBaseOption, SingleValueOption, SingleValueRuleBaseOption, KnowledgeBuilderOption, SingleValueKieBuilderOption, SingleValueRuleBuilderOption

public enum GroupDRLsInKieBasesByFolderOption extends Enum<GroupDRLsInKieBasesByFolderOption> implements SingleValueRuleBuilderOption, SingleValueRuleBaseOption
By default all the Drools artifacts under the resources folder, at any level, are included into the KieBase. The package attribute of the kmodule.xml allows to limit the artifacts that will be compiled in this KieBase to only the ones belonging to the list of packages. However older versions of Drools actually checked the folder name instead of the package one. This option allows to re-eanble that old folder-based behaviour. drools.groupDRLsInKieBasesByFolder = <true|false> DEFAULT = false