| Package | Description |
|---|---|
| org.apache.commons.configuration.tree |
| Modifier and Type | Method | Description |
|---|---|---|
DefaultExpressionEngine |
DefaultConfigurationKey.getExpressionEngine() |
Returns the associated default expression engine.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
DefaultConfigurationKey.setExpressionEngine(DefaultExpressionEngine expressionEngine) |
Sets the associated expression engine.
|
| Constructor | Description |
|---|---|
DefaultConfigurationKey(DefaultExpressionEngine engine) |
Creates a new instance of
DefaultConfigurationKey and sets
the associated expression engine. |
DefaultConfigurationKey(DefaultExpressionEngine engine,
java.lang.String key) |
Creates a new instance of
DefaultConfigurationKey and sets
the associated expression engine and an initial key. |