org.jruby.runtime.load
Class JarredScript

java.lang.Object
  extended by org.jruby.runtime.load.JarredScript
All Implemented Interfaces:
Library

public class JarredScript
extends java.lang.Object
implements Library

Loading of Ruby scripts packaged in Jar files. Usually the Ruby scripts are accompanied by Java class files in the Jar.


Constructor Summary
JarredScript(LoadServiceResource resource)
           
 
Method Summary
 LoadServiceResource getResource()
           
 void load(Ruby runtime)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JarredScript

public JarredScript(LoadServiceResource resource)
Method Detail

getResource

public LoadServiceResource getResource()

load

public void load(Ruby runtime)
Specified by:
load in interface Library


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