Interface LoadService.LoadSearcher

All Known Implementing Classes:
LoadService.BailoutSearcher, LoadService.ClassLoaderSearcher, LoadService.ExtensionSearcher, LoadService.NormalSearcher, LoadService.ScriptClassSearcher, LoadService.SourceBailoutSearcher
Enclosing class:
LoadService

@Deprecated public static interface LoadService.LoadSearcher
Deprecated.
  • Method Details

    • shouldTrySearch

      boolean shouldTrySearch(LoadService.SearchState state)
      Deprecated.
      Parameters:
      state -
      Returns:
      true if trySearch should be called.
    • trySearch

      boolean trySearch(LoadService.SearchState state)
      Deprecated.
      Parameters:
      state -
      Returns:
      false if loadSearch must be bail-out.