org.jruby.embed.osgi.internal
Class OSGiBundleLibrary

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

public class OSGiBundleLibrary
extends java.lang.Object
implements Library

Author:
hmalphettes 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.

Constructor Summary
OSGiBundleLibrary(org.osgi.framework.Bundle bundle)
           
 
Method Summary
 void load(Ruby runtime, boolean wrap)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OSGiBundleLibrary

public OSGiBundleLibrary(org.osgi.framework.Bundle bundle)
Method Detail

load

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


Copyright © 2002-2009 JRuby Team. All Rights Reserved.