| |
|
| java.lang.Object org.drools.xml.DefaultConfiguration
DefaultConfiguration | public class DefaultConfiguration implements Configuration(Code) | | Default implementation of Configuration .
author: bob mcwhirter version: $Id: DefaultConfiguration.java,v 1.2 2004/09/17 00:25:09 mproctor version: Exp $ |
DefaultConfiguration | public DefaultConfiguration(String name)(Code) | | Construct.
Parameters: name - The name of the node. |
addChild | public void addChild(Configuration config)(Code) | | Add a child Configuration .
Parameters: config - The child. |
setAttribute | public void setAttribute(String name, String value)(Code) | | Set an attribute value.
Parameters: name - The attribute name. Parameters: value - The attribute value. |
setText | public void setText(String text)(Code) | | Set the node text.
Parameters: text - The text. |
|
|
|