Package | Description |
---|---|
org.kie.api |
Base KIE API classes.
|
org.kie.api.runtime |
The runtime engine classes, including KieSession and StatelessKieSession.
|
Modifier and Type | Method and Description |
---|---|
KieBaseConfiguration |
KieServices.newKieBaseConfiguration()
Create a KieBaseConfiguration on which properties can be set.
|
KieBaseConfiguration |
KieServices.newKieBaseConfiguration(Properties properties)
Create a KieBaseConfiguration on which properties can be set.
|
KieBaseConfiguration |
KieServices.newKieBaseConfiguration(Properties properties,
ClassLoader classLoader)
Deprecated.
The classLoader has to be defined when creating the KieContainer,
so the one passed here will be just ignored
|
Modifier and Type | Method and Description |
---|---|
KieBase |
KieContainer.newKieBase(KieBaseConfiguration conf)
Creates a new default KieBase using the given configuration.
|
KieBase |
KieContainer.newKieBase(String kBaseName,
KieBaseConfiguration conf)
Creates a new KieBase with the given name using the given configuration.
|
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.