public class JavascriptShell extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
COMMANDLINE_ERROR |
static int |
COMPILATION_ERROR |
static int |
INTERNAL_ERROR |
static int |
IO_ERROR |
static int |
RUNTIME_ERROR |
static int |
SUCCESS |
| Constructor and Description |
|---|
JavascriptShell() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] args) |
int |
runShell(String[] args) |
public static final int SUCCESS
public static final int COMMANDLINE_ERROR
public static final int COMPILATION_ERROR
public static final int RUNTIME_ERROR
public static final int IO_ERROR
public static final int INTERNAL_ERROR
public JavascriptShell()
public int runShell(String[] args) throws IOException, ScriptException
IOExceptionScriptExceptionCopyright © 2016. All rights reserved.