org.jruby.runtime.load
Class CompiledScriptLoader

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

public class CompiledScriptLoader
extends java.lang.Object

Author:
headius

Constructor Summary
CompiledScriptLoader()
           
 
Method Summary
static Script loadScriptFromFile(Ruby runtime, java.io.InputStream inStream, java.lang.String resourceName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompiledScriptLoader

public CompiledScriptLoader()
Method Detail

loadScriptFromFile

public static Script loadScriptFromFile(Ruby runtime,
                                        java.io.InputStream inStream,
                                        java.lang.String resourceName)


Copyright © 2002-2007 JRuby Team. All Rights Reserved.