org.jruby.embed.osgi.internal
Class OSGiBundlesSearcher

java.lang.Object
  extended by org.jruby.embed.osgi.internal.OSGiBundlesSearcher
All Implemented Interfaces:
LoadService.LoadSearcher

public class OSGiBundlesSearcher
extends java.lang.Object
implements LoadService.LoadSearcher

Author:
hmalphettes TODO: something nice with this?

Constructor Summary
OSGiBundlesSearcher()
           
 
Method Summary
 boolean shouldTrySearch(LoadService.SearchState state)
           
 void trySearch(LoadService.SearchState state)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OSGiBundlesSearcher

public OSGiBundlesSearcher()
Method Detail

shouldTrySearch

public boolean shouldTrySearch(LoadService.SearchState state)
Specified by:
shouldTrySearch in interface LoadService.LoadSearcher

trySearch

public void trySearch(LoadService.SearchState state)
               throws LoadService.AlreadyLoaded
Specified by:
trySearch in interface LoadService.LoadSearcher
Throws:
LoadService.AlreadyLoaded


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