org.apache.felix.webconsole.plugins.event.internal
Class OsgiUtil
java.lang.Object
org.apache.felix.webconsole.plugins.event.internal.OsgiUtil
public class OsgiUtil
- extends Object
The OsgiUtil
is a utility class providing some usefull utility
methods.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OsgiUtil
public OsgiUtil()
toBoolean
public static boolean toBoolean(Dictionary props,
String key,
boolean defaultValue)
toString
public static String toString(Dictionary props,
String key,
String defaultValue)
toInteger
public static int toInteger(Dictionary props,
String key,
int defaultValue)
toObject
public static Object toObject(Dictionary props,
String key)
toStringArray
public static String[] toStringArray(Dictionary props,
String key,
String[] defaultArray)
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.