InterpolatorSpecification.Builder |
InterpolatorSpecification.Builder.withDefaultLookup(Lookup lookup) |
Adds the given Lookup object to the list of default lookups.
|
InterpolatorSpecification.Builder |
InterpolatorSpecification.Builder.withDefaultLookups(java.util.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(java.lang.String prefix,
Lookup lookup) |
Adds a Lookup object for a given prefix.
|
InterpolatorSpecification.Builder |
InterpolatorSpecification.Builder.withPrefixLookups(java.util.Map<java.lang.String,? extends Lookup> lookups) |
Adds the content of the given map to the prefix lookups managed by
this builder.
|