Class OSGiBundleLibrary

java.lang.Object
org.jruby.embed.osgi.internal.OSGiBundleLibrary
All Implemented Interfaces:
Library

public class OSGiBundleLibrary extends Object implements Library
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.
Author:
hmalphettes
  • Constructor Details

    • OSGiBundleLibrary

      public OSGiBundleLibrary(org.osgi.framework.Bundle bundle)
  • Method Details

    • load

      public void load(Ruby runtime, boolean wrap)
      Specified by:
      load in interface Library