Package org.jruby.runtime.load
Class LibrarySearcher.NormalPathEntry
java.lang.Object
org.jruby.runtime.load.LibrarySearcher.PathEntry
org.jruby.runtime.load.LibrarySearcher.NormalPathEntry
- Enclosing class:
- LibrarySearcher
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final boolean(package private) FileResource(package private) final IRubyObject -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate FileResourceprivate FileResourceprotected FileResourceprivate booleanisCachable(Ruby runtime, IRubyObject path) protected Stringpath()Methods inherited from class org.jruby.runtime.load.LibrarySearcher.PathEntry
findFile
-
Field Details
-
path
-
cacheExpanded
final boolean cacheExpanded -
expanded
FileResource expanded
-
-
Constructor Details
-
NormalPathEntry
NormalPathEntry(IRubyObject path)
-
-
Method Details
-
path
- Specified by:
pathin classLibrarySearcher.PathEntry
-
fullPath
- Specified by:
fullPathin classLibrarySearcher.PathEntry
-
expandPathCached
-
expandPath
-
isCachable
-