Package | Description |
---|---|
org.apache.commons.configuration2.interpol |
A package with helper classes used for interpolation (variable substitution).
|
Modifier and Type | Method and Description |
---|---|
InterpolatorSpecification.Builder |
InterpolatorSpecification.Builder.withDefaultLookup(Lookup lookup)
Adds the given
Lookup object to the list of default lookups. |
InterpolatorSpecification.Builder |
InterpolatorSpecification.Builder.withDefaultLookups(Collection<? extends Lookup> lookups)
Adds the content of the given collection to the default lookups managed by this builder.
|
InterpolatorSpecification.Builder |
InterpolatorSpecification.Builder.withInterpolator(ConfigurationInterpolator ci)
Sets the
ConfigurationInterpolator instance for the InterpolatorSpecification . |
InterpolatorSpecification.Builder |
InterpolatorSpecification.Builder.withParentInterpolator(ConfigurationInterpolator parent)
Sets an optional parent
ConfigurationInterpolator . |
InterpolatorSpecification.Builder |
InterpolatorSpecification.Builder.withPrefixLookup(String prefix,
Lookup lookup)
Adds a
Lookup object for a given prefix. |
InterpolatorSpecification.Builder |
InterpolatorSpecification.Builder.withPrefixLookups(Map<String,? extends Lookup> lookups)
Adds the content of the given map to the prefix lookups managed by this builder.
|
InterpolatorSpecification.Builder |
InterpolatorSpecification.Builder.withStringConverter(Function<Object,String> fn)
Sets the function used to convert interpolated values to strings.
|
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.