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 newConfigurationobjects.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 InterpolatorSpecificationBasicBuilderParameters. fetchInterpolatorSpecification(Map<String,Object> params)Obtains a specification for aConfigurationInterpolatorfrom 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 InterpolatorSpecificationInterpolatorSpecification.Builder. create()Creates a newInterpolatorSpecificationinstance with the properties set so far.Methods in org.apache.commons.configuration2.interpol with parameters of type InterpolatorSpecification Modifier and Type Method Description static ConfigurationInterpolatorConfigurationInterpolator. fromSpecification(InterpolatorSpecification spec)Creates a newConfigurationInterpolatorinstance based on the passed in specification object.
-