Package org.kie.api

Interface PropertiesConfiguration

All Known Subinterfaces:
KieBaseConfiguration, KieBaseOptionsConfiguration, KieSessionConfiguration, KieSessionOptionsConfiguration, OptionsConfiguration<T,S,M>

public interface PropertiesConfiguration
Base class for other Configuration classes.
  • Method Details

    • setProperty

      boolean setProperty(String name, String value)
      Sets a property value
      Parameters:
      name - name
      value - value
    • getProperty

      String getProperty(String name)
      Gets a property value
      Parameters:
      name - name
      Returns:
      property