Uses of Class
org.kie.internal.utils.ChainedProperties
-
Packages that use ChainedProperties Package Description org.kie.internal.conf org.kie.internal.utils -
-
Uses of ChainedProperties in org.kie.internal.conf
Methods in org.kie.internal.conf that return ChainedProperties Modifier and Type Method Description ChainedProperties
CompositeConfiguration. getProperties()
Methods in org.kie.internal.conf with parameters of type ChainedProperties Modifier and Type Method Description org.kie.api.conf.OptionsConfiguration<T,S,M>
ConfigurationFactory. create(CompositeConfiguration<T,S,M> compConfig, java.lang.ClassLoader classLoader, ChainedProperties chainedProperties)
Constructors in org.kie.internal.conf with parameters of type ChainedProperties Constructor Description CompositeBaseConfiguration(ChainedProperties properties, java.lang.ClassLoader classloader, ConfigurationFactory<org.kie.api.conf.KieBaseOption,org.kie.api.conf.SingleValueKieBaseOption,org.kie.api.conf.MultiValueKieBaseOption>... factories)
CompositeConfiguration(ChainedProperties chainedProperties, java.lang.ClassLoader classloader, ConfigurationFactory<T,S,M>... factories)
-
Uses of ChainedProperties in org.kie.internal.utils
Methods in org.kie.internal.utils that return ChainedProperties Modifier and Type Method Description ChainedProperties
ChainedProperties. addProperties(java.util.Properties properties)
Specifically added properties take priority, so they go to the front of the list.ChainedProperties
ChainedProperties. clone()
static ChainedProperties
ChainedProperties. getChainedProperties(java.lang.ClassLoader classLoader)
static ChainedProperties
ChainedProperties. getChainedProperties(java.lang.String confFileName, java.lang.ClassLoader classLoader)
-