| Package | Description |
|---|---|
| org.apache.commons.configuration.tree | |
| org.apache.commons.configuration.tree.xpath |
| Modifier and Type | Method and Description |
|---|---|
NodeAddData |
ExpressionEngine.prepareAdd(ConfigurationNode root,
String key)
Returns information needed for an add operation.
|
NodeAddData |
DefaultExpressionEngine.prepareAdd(ConfigurationNode root,
String key)
Prepares Adding the property with the specified key.
|
| Modifier and Type | Method and Description |
|---|---|
NodeAddData |
XPathExpressionEngine.prepareAdd(ConfigurationNode root,
String key)
Prepares an add operation for a configuration property.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
XPathExpressionEngine.initNodeAddData(NodeAddData data,
String path)
Initializes most properties of a
NodeAddData object. |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.