Package org.jruby.runtime.load
Class LoadService.BailoutSearcher
java.lang.Object
org.jruby.runtime.load.LoadService.BailoutSearcher
- All Implemented Interfaces:
LoadService.LoadSearcher
- Direct Known Subclasses:
LoadService.SourceBailoutSearcher
- Enclosing class:
- LoadService
@Deprecated
public class LoadService.BailoutSearcher
extends Object
implements LoadService.LoadSearcher
Deprecated.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanDeprecated.protected booleantrySearch(String file, LoadService.SuffixType suffixType) Deprecated.booleantrySearch(LoadService.SearchState state) Deprecated.
-
Constructor Details
-
BailoutSearcher
public BailoutSearcher()Deprecated.
-
-
Method Details
-
shouldTrySearch
Deprecated.- Specified by:
shouldTrySearchin interfaceLoadService.LoadSearcher- Returns:
- true if trySearch should be called.
-
trySearch
Deprecated. -
trySearch
Deprecated.- Specified by:
trySearchin interfaceLoadService.LoadSearcher- Returns:
- false if loadSearch must be bail-out.
-