Package org.jruby.runtime.load
Class CompiledScriptLoader
java.lang.Object
org.jruby.runtime.load.CompiledScriptLoader
Load serialized IR from the .class file requested.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String
getFilenameFromPathAndName
(File resourcePath, String resourceName, boolean isAbsolute) static IRScope
loadScriptFromFile
(Ruby runtime, InputStream inStream, File resourcePath, String resourceName, boolean isAbsolute)
-
Constructor Details
-
CompiledScriptLoader
public CompiledScriptLoader()
-
-
Method Details
-
loadScriptFromFile
public static IRScope loadScriptFromFile(Ruby runtime, InputStream inStream, File resourcePath, String resourceName, boolean isAbsolute) -
getFilenameFromPathAndName
-