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 AbstractValueSource
addFeedback, addFeedback, clearFeedback, getFeedbackMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ValueSource
getValue
-
Constructor Details
-
MapBasedValueSource
Construct a new value source to wrap the supplied map.- Parameters:
values- key,value of mapping.
-
-
Method Details
-
getValue
-