jruby/docs BETA
Navigation
org.jruby.embed.osgi.internal 6
C BundleWiringOSGiClassLoaderAdapter
I IOSGiClassLoaderAdapter
C JRubyOSGiBundleClassLoader
C OSGiBundleLibrary
C OSGiLoadService
C ReflectiveOSGiClassLoaderAdapter
OSGiBundleLibrary — members 2+
C new(bundle)
C load(runtime, wrap)
from Library
F DUMMY Library

org.jruby.embed.osgi.internal.OSGiBundleLibrary

class implements Library 2 members

Attempt at making an osgi bundle an acceptable container for a jruby library TODO: track the state of the bundle and remove/add the library.

Constructors

new

new ( Bundle bundle )
Java: <init>(org.osgi.framework.Bundle bundle)

Instance Methods

load

load ( Ruby runtime, boolean wrap )
Java: load(org.jruby.Ruby runtime, boolean wrap)

Inherited

from Library

fieldtypenote
DUMMY Library
Copyright (C) 2002-2011 JRuby Community