KIE API 6.1.0.CR2

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 -
value -

getProperty

String getProperty(String name)
Gets a property value

Parameters:
name -
Returns:

KIE API 6.1.0.CR2

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