akka.osgi
Class BundleDelegatingClassLoader$

java.lang.Object
  extended by akka.osgi.BundleDelegatingClassLoader$

public class BundleDelegatingClassLoader$
extends java.lang.Object

Companion object to create bundle delegating ClassLoader instances


Field Summary
static BundleDelegatingClassLoader$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
BundleDelegatingClassLoader$()
           
 
Method Summary
 BundleDelegatingClassLoader apply(org.osgi.framework.BundleContext context)
          Create a bundle delegating ClassLoader for the bundle context's bundle
 BundleDelegatingClassLoader apply(org.osgi.framework.BundleContext context, scala.Option<java.lang.ClassLoader> fallBackCLassLoader)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MODULE$

public static final BundleDelegatingClassLoader$ MODULE$
Static reference to the singleton instance of this Scala object.

Constructor Detail

BundleDelegatingClassLoader$

public BundleDelegatingClassLoader$()
Method Detail

apply

public BundleDelegatingClassLoader apply(org.osgi.framework.BundleContext context)
Create a bundle delegating ClassLoader for the bundle context's bundle

Parameters:
context - (undocumented)
Returns:
(undocumented)

apply

public BundleDelegatingClassLoader apply(org.osgi.framework.BundleContext context,
                                         scala.Option<java.lang.ClassLoader> fallBackCLassLoader)