public class JSR233Launcher extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
exitCode |
protected Output |
out |
protected boolean |
stopNow |
| Constructor and Description |
|---|
JSR233Launcher() |
| Modifier and Type | Method and Description |
|---|---|
static Date |
getBuildDate() |
Integer |
getExitCode() |
static String |
getVersion() |
boolean |
isStopNow() |
static void |
main(String[] argsArr) |
Output |
out() |
void |
setExitCode(Integer exitCode) |
void |
setStopNow(boolean stopNow) |
void |
start(String[] argsArr) |
protected volatile Output out
protected volatile Integer exitCode
protected volatile boolean stopNow
public static void main(String[] argsArr)
public Output out()
public Integer getExitCode()
public void setExitCode(Integer exitCode)
public boolean isStopNow()
public void setStopNow(boolean stopNow)
public void start(String[] argsArr)
public static Date getBuildDate()
public static String getVersion()
Copyright © 2018. All rights reserved.