org.apache.servicemix.jbi.deployer.utils
Class OsgiStringUtils
java.lang.Object
org.apache.servicemix.jbi.deployer.utils.OsgiStringUtils
public class OsgiStringUtils
- extends Object
|
Method Summary |
static String |
nullSafeNameAndSymName(org.osgi.framework.Bundle bundle)
Returns the bundle name and symbolic name - useful when logging bundle
info. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OsgiStringUtils
public OsgiStringUtils()
nullSafeNameAndSymName
public static String nullSafeNameAndSymName(org.osgi.framework.Bundle bundle)
- Returns the bundle name and symbolic name - useful when logging bundle
info.
- Parameters:
bundle - OSGi bundle (can be null)
- Returns:
- the bundle name and symbolic name
Copyright © 2005-2011 The Apache Software Foundation. All Rights Reserved.