public class RingoRunner extends Object
| Constructor and Description |
|---|
RingoRunner() |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
void |
init(String[] args) |
static void |
main(String[] args) |
void |
parseArgs(String[] args) |
static void |
printUsage() |
static void |
printVersion() |
static void |
reportError(Throwable x,
PrintStream output,
List<ScriptError> errors,
boolean debug) |
void |
run(String[] args) |
void |
start() |
void |
stop() |
public static void main(String[] args) throws IOException
IOExceptionpublic void run(String[] args)
public void init(String[] args)
public void start()
public void stop()
public void destroy()
public static void reportError(Throwable x, PrintStream output, List<ScriptError> errors, boolean debug)
public static void printUsage()
public static void printVersion()
Copyright © 2016. All rights reserved.