|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.codehaus.plexus.interpolation.AbstractValueSource
org.codehaus.plexus.interpolation.MapBasedValueSource
public class MapBasedValueSource
Wraps a Map, and looks up the whole expression as a single key, returning the value mapped to it.
| Constructor Summary | |
|---|---|
MapBasedValueSource(java.util.Map values)
Construct a new value source to wrap the supplied map. |
|
| Method Summary | |
|---|---|
java.lang.Object |
getValue(java.lang.String expression)
Lookup the supplied expression as a key in the wrapped Map, and return its value. |
| 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 |
| Constructor Detail |
|---|
public MapBasedValueSource(java.util.Map values)
| Method Detail |
|---|
public java.lang.Object getValue(java.lang.String expression)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||