Package org.jruby.embed.osgi.internal
Class BundleWiringOSGiClassLoaderAdapter
java.lang.Object
org.jruby.embed.osgi.internal.BundleWiringOSGiClassLoaderAdapter
- All Implemented Interfaces:
IOSGiClassLoaderAdapter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetClassLoader
(org.osgi.framework.Bundle bundle) ImplementsIOSGiClassLoaderAdapter.getClassLoader(Bundle)
using BundleWiring.
-
Constructor Details
-
BundleWiringOSGiClassLoaderAdapter
public BundleWiringOSGiClassLoaderAdapter()
-
-
Method Details
-
getClassLoader
ImplementsIOSGiClassLoaderAdapter.getClassLoader(Bundle)
using BundleWiring.- Specified by:
getClassLoader
in interfaceIOSGiClassLoaderAdapter
- Parameters:
bundle
-- Returns:
- the classloader associated with the given Bundle, or null if there is no classloader.
- See Also:
-