public class CompiledRubyScript extends Object
| Constructor and Description |
|---|
CompiledRubyScript(org.jruby.embed.ScriptingContainer container,
String code,
org.jruby.embed.EmbedEvalUnit rubyScript)
Creates a compiled ruby script.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCode() |
org.jruby.embed.ScriptingContainer |
getContainer() |
org.jruby.embed.EmbedEvalUnit |
getRubyScript() |
public CompiledRubyScript(org.jruby.embed.ScriptingContainer container,
String code,
org.jruby.embed.EmbedEvalUnit rubyScript)
container - the scripting containercode - the source coderubyScript - the ruby script objectpublic org.jruby.embed.ScriptingContainer getContainer()
public String getCode()
public org.jruby.embed.EmbedEvalUnit getRubyScript()
Tentackle - distributed, domain- and model-driven