Package org.jruby.runtime.load
Class LoadService.ScriptClassSearcher
java.lang.Object
org.jruby.runtime.load.LoadService.ScriptClassSearcher
- All Implemented Interfaces:
LoadService.LoadSearcher
- Enclosing class:
- LoadService
@Deprecated
public class LoadService.ScriptClassSearcher
extends Object
implements LoadService.LoadSearcher
Deprecated.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclassDeprecated. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanDeprecated.booleantrySearch(LoadService.SearchState state) Deprecated.
-
Constructor Details
-
ScriptClassSearcher
public ScriptClassSearcher()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.
- Throws:
RaiseException
-