com.partnersoft.scripting
Class RubyScript

java.lang.Object
  extended by com.partnersoft.scripting.AbstractScript
      extended by com.partnersoft.scripting.ScriptEngineScript
          extended by com.partnersoft.scripting.RubyScript
All Implemented Interfaces:
Script, java.lang.Runnable

public class RubyScript
extends ScriptEngineScript

A script in the Ruby language.

Uses JRuby.

Copyright 2005-2007 Partner Software, Inc.

Version:
$Id: RubyScript.java 1012 2007-11-24 18:30:02Z paul $
Author:
Paul Reavis

Constructor Summary
RubyScript(VfsFile file)
           
 
Method Summary
 
Methods inherited from class com.partnersoft.scripting.ScriptEngineScript
reloadImp, resetManager, runScriptImp, supportsFile
 
Methods inherited from class com.partnersoft.scripting.AbstractScript
getFile, getName, getScriptLog, getThrown, getVariable, getVariables, isModified, parse, run, runScript, runThreaded, setThrown, setVariable, setVariables, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RubyScript

public RubyScript(VfsFile file)