Class LibrarySearcher

java.lang.Object
org.jruby.runtime.load.LibrarySearcher

public class LibrarySearcher extends Object
  • Field Details

    • EXTENSION_TYPE

      public static final char EXTENSION_TYPE
      See Also:
    • SOURCE_TYPE

      public static final char SOURCE_TYPE
      See Also:
    • UNKNOWN_TYPE

      public static final char UNKNOWN_TYPE
      See Also:
    • NOT_FOUND

      public static final char NOT_FOUND
      See Also:
    • expandedLoadPath

      protected org.jruby.runtime.load.LibrarySearcher.ExpandedLoadPath expandedLoadPath
    • loadPath

      protected RubyArray loadPath
    • loadedFeaturesSnapshot

      protected RubyArray loadedFeaturesSnapshot
  • Constructor Details

    • LibrarySearcher

      public LibrarySearcher(LoadService loadService)
  • Method Details