org.codehaus.plexus.interpolation
public class MapBasedValueSource extends AbstractValueSource
Version: $Id: MapBasedValueSource.java 7717 2008-09-12 21:04:19Z jdcasey $
Constructor Summary | |
---|---|
MapBasedValueSource(Map values)
Construct a new value source to wrap the supplied map. |
Method Summary | |
---|---|
Object | getValue(String expression)
Lookup the supplied expression as a key in the wrapped Map, and return
its value. |