Uses of Class
org.apache.commons.configuration2.interpol.InterpolatorSpecification
Package
Description
This package contains the implementations of configuration builder classes used to create new
Configuration
objects.
A package with helper classes used for interpolation (variable substitution).
-
Uses of InterpolatorSpecification in org.apache.commons.configuration2.builder
Modifier and TypeMethodDescriptionstatic InterpolatorSpecification
BasicBuilderParameters.fetchInterpolatorSpecification
(Map<String, Object> params) Obtains a specification for aConfigurationInterpolator
from the specified map with parameters. -
Uses of InterpolatorSpecification in org.apache.commons.configuration2.interpol
Modifier and TypeMethodDescriptionInterpolatorSpecification.Builder.create()
Creates a newInterpolatorSpecification
instance with the properties set so far.Modifier and TypeMethodDescriptionstatic ConfigurationInterpolator
ConfigurationInterpolator.fromSpecification
(InterpolatorSpecification spec) Creates a newConfigurationInterpolator
instance based on the passed in specification object.