org.apache.servicemix.jbi.deployer.utils
Class OsgiStringUtils

java.lang.Object
  extended by org.apache.servicemix.jbi.deployer.utils.OsgiStringUtils

public class OsgiStringUtils
extends Object


Constructor Summary
OsgiStringUtils()
           
 
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
 

Constructor Detail

OsgiStringUtils

public OsgiStringUtils()
Method Detail

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.