Uses of Class
org.springframework.osgi.util.BundleDelegatingClassLoader

Packages that use BundleDelegatingClassLoader
org.springframework.osgi.util Useful OSGi utilities. 
 

Uses of BundleDelegatingClassLoader in org.springframework.osgi.util
 

Methods in org.springframework.osgi.util that return BundleDelegatingClassLoader
static BundleDelegatingClassLoader BundleDelegatingClassLoader.createBundleClassLoaderFor(Bundle aBundle)
          Factory method for creating a class loader over the given bundle.
static BundleDelegatingClassLoader BundleDelegatingClassLoader.createBundleClassLoaderFor(Bundle bundle, ClassLoader bridge)
          Factory method for creating a class loader over the given bundle and with a given class loader as fall-back.
 



Copyright © 2006-2009 Spring Framework. All Rights Reserved.