org.jruby.runtime.load
Class JarredScript

java.lang.Object
  extended byorg.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(java.net.URL file)
           
 
Method Summary
 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(java.net.URL file)
Method Detail

load

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


Copyright © 2002 Jan Arne Petersen. All Rights Reserved.