java.lang.Objectorg.objectweb.telosys.util.MapUtil
Constructor Summary | |
MapUtil()
|
Method Summary | |
static int |
getInt(java.util.Map map,
java.lang.String sParamName)
Returns the int value of the given parameter name |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MapUtil()
Method Detail |
public static int getInt(java.util.Map map, java.lang.String sParamName) throws TelosysException
map
- :
the mapsParamName
- :
the parameter name
TelosysException
- if the parameter is unknown or if arguments are invalid