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