com.jgpruitt.datamodeler.scripting
Class Repl

java.lang.Object
  extended by com.jgpruitt.datamodeler.scripting.Repl

public class Repl
extends java.lang.Object


Field Summary
 ScriptReader scriptReader
           
 
Constructor Summary
Repl()
           
Repl(ScriptReader scriptReader)
           
 
Method Summary
 javax.script.ScriptEngine getEngine()
           
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

scriptReader

public final ScriptReader scriptReader
Constructor Detail

Repl

public Repl(ScriptReader scriptReader)

Repl

public Repl()
Method Detail

getEngine

public javax.script.ScriptEngine getEngine()

run

public void run()