Package | Description |
---|---|
org.apache.commons.configuration |
The Configuration main package.
|
org.apache.commons.configuration.interpol |
A package with helper classes used for interpolation (variable substitution).
|
Modifier and Type | Method and Description |
---|---|
protected ConfigurationInterpolator |
SubnodeConfiguration.createInterpolator()
Creates a ConfigurationInterpolator with a chain to the parent's
interpolator.
|
protected ConfigurationInterpolator |
AbstractConfiguration.createInterpolator()
Creates the interpolator object that is responsible for variable
interpolation.
|
ConfigurationInterpolator |
AbstractConfiguration.getInterpolator()
Returns the
ConfigurationInterpolator object that manages
the lookup objects for resolving variables. |
Modifier and Type | Method and Description |
---|---|
ConfigurationInterpolator |
ConfigurationInterpolator.getParentInterpolator()
Requests the parent interpolator.
|
Modifier and Type | Method and Description |
---|---|
void |
ConfigurationInterpolator.registerLocalLookups(ConfigurationInterpolator interpolator)
Registers the local lookup instances for the given interpolator.
|
void |
ConfigurationInterpolator.setParentInterpolator(ConfigurationInterpolator parentInterpolator)
Sets the parent interpolator.
|
Copyright © 2001–2013 The Apache Software Foundation. All rights reserved.