org.jruby.runtime.load
Class LoadService.BailoutSearcher

java.lang.Object
  extended by org.jruby.runtime.load.LoadService.BailoutSearcher
All Implemented Interfaces:
LoadService.LoadSearcher
Enclosing class:
LoadService

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


Constructor Summary
LoadService.BailoutSearcher()
           
 
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

LoadService.BailoutSearcher

public LoadService.BailoutSearcher()
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.