KIE API 6.2.0.Beta1

org.kie.api
Interface PropertiesConfiguration

All Known Subinterfaces:
KieBaseConfiguration, KieSessionConfiguration

public interface PropertiesConfiguration

Base class for other Configuration classes.


Method Summary
 String getProperty(String name)
          Gets a property value
 void setProperty(String name, String value)
          Sets a property value
 

Method Detail

setProperty

void 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

KIE API 6.2.0.Beta1

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.