org.apache.aries.blueprint.utils
Class JavaUtils

java.lang.Object
  extended by org.apache.aries.blueprint.utils.JavaUtils

public final class JavaUtils
extends java.lang.Object

Version:
$Rev: 820636 $ $Date: 2009-10-01 13:55:42 +0100 (Thu, 01 Oct 2009) $

Method Summary
static void copy(java.util.Dictionary destination, java.util.Dictionary source)
           
static org.osgi.framework.Version getBundleVersion(org.osgi.framework.Bundle bundle)
           
static java.util.Hashtable getProperties(org.osgi.framework.ServiceReference ref)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

copy

public static void copy(java.util.Dictionary destination,
                        java.util.Dictionary source)

getProperties

public static java.util.Hashtable getProperties(org.osgi.framework.ServiceReference ref)

getBundleVersion

public static org.osgi.framework.Version getBundleVersion(org.osgi.framework.Bundle bundle)


Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.