A specialized implementation of the {@code Lookup} interface which uses a{@code Configuration} object to resolve variables.
This class is passed an {@link ImmutableConfiguration} object at constructiontime. In its implementation of the {@code lookup()} method it simply queriesthis configuration for the passed in variable name. So the keys passed to {@code lookup()} are mapped directly to configuration properties.
@version $Id: ConfigurationLookup.java 1571735 2014-02-25 16:37:52Z ggregory $ @since 2.0
|
|