Package org.jruby.runtime.load
Interface LoadService.LoadSearcher
- All Known Implementing Classes:
LoadService.BailoutSearcher,LoadService.ClassLoaderSearcher,LoadService.ExtensionSearcher,LoadService.NormalSearcher,LoadService.ScriptClassSearcher,LoadService.SourceBailoutSearcher
- Enclosing class:
- LoadService
Deprecated.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanDeprecated.booleantrySearch(LoadService.SearchState state) Deprecated.
-
Method Details
-
shouldTrySearch
Deprecated.- Parameters:
state-- Returns:
- true if trySearch should be called.
-
trySearch
Deprecated.- Parameters:
state-- Returns:
- false if loadSearch must be bail-out.
-