Package org.kie.api.io
Interface ResourceConfiguration
- 
 public interface ResourceConfigurationThis interface is a marker interface and should be implemented by any class that will provide configurations to theKieBuilder- currently this is only used by decision tables.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description ResourceConfigurationfromProperties(Properties prop)PropertiestoProperties()
 
- 
- 
- 
Method Detail- 
toPropertiesProperties toProperties() 
 - 
fromPropertiesResourceConfiguration fromProperties(Properties prop) 
 
- 
 
-