StrLookup.MapStrLookup
Modifier and Type | Field and Description |
---|---|
private java.util.Map |
map
Map keys are variable names and value.
|
Constructor and Description |
---|
MapStrLookup(java.util.Map map)
Creates a new instance backed by a Map.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
lookup(java.lang.String key)
Looks up a String key to a String value using the map.
|
mapLookup, noneLookup, systemPropertiesLookup
MapStrLookup(java.util.Map map)
map
- the map of keys to values, may be null