Package org.jruby.embed.osgi.utils
Class OSGiBundleClassLoaderHelper
java.lang.Object
org.jruby.embed.osgi.utils.OSGiBundleClassLoaderHelper
Various introspection tricks to access the file system from OSGi.
Tested for felix and equinox.
- Author:
- hmalphettes
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ClassLoader
getBundleClassLoader
(org.osgi.framework.Bundle bundle) Assuming the bundle is started.
-
Constructor Details
-
OSGiBundleClassLoaderHelper
public OSGiBundleClassLoaderHelper()
-
-
Method Details
-
getBundleClassLoader
Assuming the bundle is started.- Parameters:
bundle
-- Returns:
- classloader object
-