Class MapBasedValueSource
java.lang.Object
org.codehaus.plexus.interpolation.AbstractValueSource
org.codehaus.plexus.interpolation.MapBasedValueSource
- All Implemented Interfaces:
ValueSource
Wraps a Map, and looks up the whole expression as a single key, returning the
value mapped to it.
-
Constructor Summary
ConstructorsConstructorDescriptionMapBasedValueSource
(Map values) Construct a new value source to wrap the supplied map. -
Method Summary
Methods inherited from class org.codehaus.plexus.interpolation.AbstractValueSource
addFeedback, addFeedback, clearFeedback, getFeedback
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.codehaus.plexus.interpolation.ValueSource
getValue
-
Constructor Details
-
MapBasedValueSource
Construct a new value source to wrap the supplied map.- Parameters:
values
- key,value of mapping.
-
-
Method Details
-
getValue
-