Package org.kie.api
Interface PropertiesConfiguration
-
- All Known Subinterfaces:
KieBaseConfiguration
,KieSessionConfiguration
public interface PropertiesConfiguration
Base class for other Configuration classes.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getProperty(String name)
Gets a property valuevoid
setProperty(String name, String value)
Sets a property value
-