| Package | Description | 
|---|---|
| org.apache.commons.configuration2.builder | 
 
 This package contains the implementations of configuration builder
 classes used to create new  
Configuration objects. | 
| org.apache.commons.configuration2.interpol | 
 
 A package with helper classes used for interpolation (variable substitution). 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static InterpolatorSpecification | 
BasicBuilderParameters.fetchInterpolatorSpecification(Map<String,Object> params)
Obtains a specification for a  
ConfigurationInterpolator from the
 specified map with parameters. | 
| Modifier and Type | Method and Description | 
|---|---|
InterpolatorSpecification | 
InterpolatorSpecification.Builder.create()
Creates a new  
InterpolatorSpecification instance with the
 properties set so far. | 
| Modifier and Type | Method and Description | 
|---|---|
static ConfigurationInterpolator | 
ConfigurationInterpolator.fromSpecification(InterpolatorSpecification spec)
Creates a new  
ConfigurationInterpolator instance based on the
 passed in specification object. | 
Copyright © 2001–2020 The Apache Software Foundation. All rights reserved.