public class RingoShell extends Object
| Constructor and Description |
|---|
RingoShell(RhinoEngine engine) |
RingoShell(RhinoEngine engine,
File history,
boolean silent) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getPrompt() |
protected String |
getSecondaryPrompt() |
protected void |
printError(Exception ex,
PrintStream out,
boolean verbose) |
protected void |
printResult(Object result,
PrintStream out) |
void |
run() |
public RingoShell(RhinoEngine engine) throws IOException
IOExceptionpublic RingoShell(RhinoEngine engine, File history, boolean silent) throws IOException
IOExceptionpublic void run()
throws IOException
IOExceptionprotected String getPrompt()
protected String getSecondaryPrompt()
protected void printResult(Object result, PrintStream out)
protected void printError(Exception ex, PrintStream out, boolean verbose)
Copyright © 2016. All rights reserved.