com.xebialabs.deployit.cli
Class Interpreter

java.lang.Object
  extended by com.xebialabs.deployit.cli.Interpreter

public class Interpreter
extends java.lang.Object


Constructor Summary
Interpreter(jline.ConsoleReader consoleReader, ScriptEngineBuilder scriptEngineBuilder, CliOptions options)
           
 
Method Summary
 java.lang.Object evaluate(java.io.Reader reader)
           
protected  void exit()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Interpreter

public Interpreter(jline.ConsoleReader consoleReader,
                   ScriptEngineBuilder scriptEngineBuilder,
                   CliOptions options)
Method Detail

evaluate

public java.lang.Object evaluate(java.io.Reader reader)
                          throws javax.script.ScriptException
Throws:
javax.script.ScriptException

exit

protected void exit()