Class OSGiBundleLibrary

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

public class OSGiBundleLibrary extends Object implements Library
  • Field Details

    • bundle

      private final org.osgi.framework.Bundle bundle
  • 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