Uses of Class
org.kie.internal.utils.ChainedProperties
Packages that use ChainedProperties
-
Uses of ChainedProperties in org.kie.internal.conf
Methods in org.kie.internal.conf that return ChainedPropertiesMethods in org.kie.internal.conf with parameters of type ChainedPropertiesModifier and TypeMethodDescriptionConfigurationFactory.create(CompositeConfiguration<T, S, M> compConfig, ClassLoader classLoader, ChainedProperties chainedProperties) Constructors in org.kie.internal.conf with parameters of type ChainedPropertiesModifierConstructorDescriptionCompositeBaseConfiguration(ChainedProperties properties, ClassLoader classloader, ConfigurationFactory<KieBaseOption, SingleValueKieBaseOption, MultiValueKieBaseOption>... factories) CompositeConfiguration(ChainedProperties chainedProperties, ClassLoader classloader, ConfigurationFactory<T, S, M>... factories) -
Uses of ChainedProperties in org.kie.internal.utils
Methods in org.kie.internal.utils that return ChainedPropertiesModifier and TypeMethodDescriptionChainedProperties.addProperties(Properties properties) Specifically added properties take priority, so they go to the front of the list.ChainedProperties.clone()static ChainedPropertiesChainedProperties.getChainedProperties(ClassLoader classLoader) static ChainedPropertiesChainedProperties.getChainedProperties(String confFileName, ClassLoader classLoader)