org.opennms.netmgt.utils
Class ParameterMap

java.lang.Object
  extended by org.opennms.netmgt.utils.ParameterMap

public class ParameterMap
extends Object

Convenience class for looking up string and integer values in a parameter map.


Constructor Summary
ParameterMap()
           
 
Method Summary
static boolean getKeyedBoolean(Map map, String key, boolean defValue)
          Deprecated. 
static int getKeyedInteger(Map map, String key, int defValue)
          Deprecated. 
static int[] getKeyedIntegerArray(Map map, String key, int[] defValues)
          Deprecated. 
static long getKeyedLong(Map map, String key, long defValue)
          Deprecated. 
static String getKeyedString(Map map, String key, String defValue)
          Deprecated. 
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParameterMap

public ParameterMap()
Method Detail

getKeyedLong

@Deprecated
public static long getKeyedLong(Map map,
                                           String key,
                                           long defValue)
Deprecated. 


getKeyedInteger

@Deprecated
public static int getKeyedInteger(Map map,
                                             String key,
                                             int defValue)
Deprecated. 


getKeyedIntegerArray

@Deprecated
public static final int[] getKeyedIntegerArray(Map map,
                                                          String key,
                                                          int[] defValues)
Deprecated. 


getKeyedString

@Deprecated
public static String getKeyedString(Map map,
                                               String key,
                                               String defValue)
Deprecated. 


getKeyedBoolean

@Deprecated
public static boolean getKeyedBoolean(Map map,
                                                 String key,
                                                 boolean defValue)
Deprecated. 



Copyright © 2009. All Rights Reserved.