Package org.jruby.embed.osgi
Class OSGiIsolatedScriptingContainer.BundleGetResources
java.lang.Object
org.jruby.embed.osgi.OSGiIsolatedScriptingContainer.BundleGetResources
- All Implemented Interfaces:
Loader
- Enclosing class:
- OSGiIsolatedScriptingContainer
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
bundle
private final org.osgi.framework.Bundle bundle
-
-
Constructor Details
-
BundleGetResources
BundleGetResources(org.osgi.framework.Bundle bundle)
-
-
Method Details
-
getResource
- Specified by:
getResourcein interfaceLoader
-
getResources
- Specified by:
getResourcesin interfaceLoader- Throws:
IOException
-
loadClass
- Specified by:
loadClassin interfaceLoader- Throws:
ClassNotFoundException
-
getClassLoader
- Specified by:
getClassLoaderin interfaceLoader
-