Package org.apache.pekko.osgi
Class BundleDelegatingClassLoader$
java.lang.Object
org.apache.pekko.osgi.BundleDelegatingClassLoader$
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final BundleDelegatingClassLoader$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapply(org.osgi.framework.BundleContext context) Create a bundle delegating ClassLoader for the bundle context's bundleapply(org.osgi.framework.BundleContext context, scala.Option<ClassLoader> fallBackCLassLoader)
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
BundleDelegatingClassLoader$
public BundleDelegatingClassLoader$()
-
-
Method Details
-
apply
Create a bundle delegating ClassLoader for the bundle context's bundle -
apply
public BundleDelegatingClassLoader apply(org.osgi.framework.BundleContext context, scala.Option<ClassLoader> fallBackCLassLoader)
-