org.drools
Interface PropertiesConfiguration

All Known Subinterfaces:
KnowledgeAgentConfiguration, KnowledgeBaseConfiguration, KnowledgeBuilderConfiguration, KnowledgeSessionConfiguration, ResourceChangeScannerConfiguration

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:


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