Modifier and Type | Method and Description |
---|---|
static int |
getInt(Map map,
String key,
int defaultValue)
Extracts the value from the map and coerces to an int value or returns a
default value if one could not be found or coerced
|
static String |
getString(Map map,
String key)
Extracts the value from the map and coerces to a String
|
Copyright © 2005–2016 FuseSource, Corp.. All rights reserved.