Package org.jruby.runtime.load
Class LoadService.SourceBailoutSearcher
java.lang.Object
org.jruby.runtime.load.LoadService.BailoutSearcher
org.jruby.runtime.load.LoadService.SourceBailoutSearcher
- All Implemented Interfaces:
LoadService.LoadSearcher
- Enclosing class:
- LoadService
Deprecated.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanDeprecated.booleantrySearch(LoadService.SearchState state) Deprecated.Methods inherited from class org.jruby.runtime.load.LoadService.BailoutSearcher
trySearch
-
Constructor Details
-
SourceBailoutSearcher
public SourceBailoutSearcher()Deprecated.
-
-
Method Details
-
shouldTrySearch
Deprecated.- Specified by:
shouldTrySearchin interfaceLoadService.LoadSearcher- Overrides:
shouldTrySearchin classLoadService.BailoutSearcher- Returns:
- true if trySearch should be called.
-
trySearch
Deprecated.- Specified by:
trySearchin interfaceLoadService.LoadSearcher- Overrides:
trySearchin classLoadService.BailoutSearcher- Returns:
- false if loadSearch must be bail-out.
-