Class CompiledScriptLoader

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

public class CompiledScriptLoader extends Object
Load serialized IR from the .class file requested.
  • Constructor Details

    • CompiledScriptLoader

      public CompiledScriptLoader()
  • Method Details

    • loadScriptFromFile

      public static IRScope loadScriptFromFile(Ruby runtime, InputStream inStream, File resourcePath, String resourceName, boolean isAbsolute)
    • getFilenameFromPathAndName

      public static String getFilenameFromPathAndName(File resourcePath, String resourceName, boolean isAbsolute)