Uses of Class
org.apache.commons.configuration2.interpol.ConfigurationInterpolator
Package
Description
The Configuration main package.
This package contains the implementations of configuration builder classes used to create new
Configuration
objects.
A package containing the implementation of the builder for combined configurations.
This package contains interfaces and classes related to data type conversions.
A package with helper classes used for interpolation (variable substitution).
A package containing EntityResolvers.
-
Uses of ConfigurationInterpolator in org.apache.commons.configuration2
Modifier and TypeMethodDescriptionAbstractConfiguration.getInterpolator()
Gets theConfigurationInterpolator
object that manages the lookup objects for resolving variables.Configuration.getInterpolator()
Gets theConfigurationInterpolator
object used by thisConfiguration
.Modifier and TypeMethodDescriptionfinal void
AbstractConfiguration.setInterpolator
(ConfigurationInterpolator ci) Sets theConfigurationInterpolator
object to be used by thisConfiguration
.void
Configuration.setInterpolator
(ConfigurationInterpolator ci) Sets theConfigurationInterpolator
object to be used by thisConfiguration
.void
AbstractConfiguration.setParentInterpolator
(ConfigurationInterpolator parent) Sets the specifiedConfigurationInterpolator
as the parent of this configuration'sConfigurationInterpolator
. -
Uses of ConfigurationInterpolator in org.apache.commons.configuration2.builder
Modifier and TypeMethodDescriptionBasicBuilderParameters.setInterpolator
(ConfigurationInterpolator ci) Sets theConfigurationInterpolator
to be used for this configuration.BasicBuilderProperties.setInterpolator
(ConfigurationInterpolator ci) Sets theConfigurationInterpolator
to be used for this configuration.BasicBuilderParameters.setParentInterpolator
(ConfigurationInterpolator parent) Sets the parentConfigurationInterpolator
for this configuration'sConfigurationInterpolator
.BasicBuilderProperties.setParentInterpolator
(ConfigurationInterpolator parent) Sets the parentConfigurationInterpolator
for this configuration'sConfigurationInterpolator
. -
Uses of ConfigurationInterpolator in org.apache.commons.configuration2.builder.combined
Modifier and TypeMethodDescriptionprotected ConfigurationInterpolator
MultiFileConfigurationBuilder.createInterpolator()
Creates theConfigurationInterpolator
to be used by this instance.protected ConfigurationInterpolator
MultiFileConfigurationBuilder.getInterpolator()
Gets theConfigurationInterpolator
used by this instance. -
Uses of ConfigurationInterpolator in org.apache.commons.configuration2.convert
Modifier and TypeMethodDescriptionprotected <T> T
DefaultConversionHandler.convert
(Object src, Class<T> targetCls, ConfigurationInterpolator ci) Performs the conversion from the passed in source object to the specified target class.protected <T> T
DefaultConversionHandler.convertValue
(Object src, Class<T> targetCls, ConfigurationInterpolator ci) Performs a conversion of a single value to the specified target class.protected Object
DefaultConversionHandler.extractConversionValue
(Object container, Class<?> targetCls, ConfigurationInterpolator ci) Extracts a single value from a complex object.<T> T
ConversionHandler.to
(Object src, Class<T> targetCls, ConfigurationInterpolator ci) Converts a single object to the specified target type.<T> T
DefaultConversionHandler.to
(Object src, Class<T> targetCls, ConfigurationInterpolator ci) ConversionHandler.toArray
(Object src, Class<?> elemClass, ConfigurationInterpolator ci) Converts the given object to an array of the specified element type.DefaultConversionHandler.toArray
(Object src, Class<?> elemClass, ConfigurationInterpolator ci) Converts the given object to an array of the specified element type.<T> void
ConversionHandler.toCollection
(Object src, Class<T> elemClass, ConfigurationInterpolator ci, Collection<T> dest) Converts the given object to a collection of the specified type.<T> void
DefaultConversionHandler.toCollection
(Object src, Class<T> elemClass, ConfigurationInterpolator ci, Collection<T> dest) Converts the given object to a collection of the specified type. -
Uses of ConfigurationInterpolator in org.apache.commons.configuration2.interpol
Modifier and TypeMethodDescriptionstatic ConfigurationInterpolator
ConfigurationInterpolator.fromSpecification
(InterpolatorSpecification spec) Creates a newConfigurationInterpolator
instance based on the passed in specification object.ExprLookup.getInterpolator()
Gets theConfigurationInterpolator
used by this object.InterpolatorSpecification.getInterpolator()
Gets theConfigurationInterpolator
instance to be used directly.ConfigurationInterpolator.getParentInterpolator()
Gets the parentConfigurationInterpolator
.InterpolatorSpecification.getParentInterpolator()
Gets the parentConfigurationInterpolator
object.Modifier and TypeMethodDescriptionvoid
ExprLookup.setInterpolator
(ConfigurationInterpolator interpolator) Sets theConfigurationInterpolator
to be used by this object.void
ConfigurationInterpolator.setParentInterpolator
(ConfigurationInterpolator parentInterpolator) Sets the parentConfigurationInterpolator
.InterpolatorSpecification.Builder.withInterpolator
(ConfigurationInterpolator ci) Sets theConfigurationInterpolator
instance for theInterpolatorSpecification
.InterpolatorSpecification.Builder.withParentInterpolator
(ConfigurationInterpolator parent) Sets an optional parentConfigurationInterpolator
. -
Uses of ConfigurationInterpolator in org.apache.commons.configuration2.resolver
Modifier and TypeMethodDescriptionCatalogResolver.CatalogManager.getInterpolator()
Gets the ConfigurationInterpolator.Modifier and TypeMethodDescriptionvoid
CatalogResolver.CatalogManager.setInterpolator
(ConfigurationInterpolator configurationInterpolator) Sets the ConfigurationInterpolator.void
CatalogResolver.setInterpolator
(ConfigurationInterpolator ci) Sets theConfigurationInterpolator
.