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