Package org.jruby.embed.osgi.internal
Interface IOSGiClassLoaderAdapter
- All Known Implementing Classes:
BundleWiringOSGiClassLoaderAdapter
,ReflectiveOSGiClassLoaderAdapter
public interface IOSGiClassLoaderAdapter
-
Method Summary
-
Method Details
-
getClassLoader
Returns a- Parameters:
bundle
-- Returns:
- the classloader associated with the given Bundle, or null if there is no classloader.
-