org.freecompany.brimstone.main
class Main extends Object implements Runner, UncaughtExceptionHandler
| Field Summary | |
|---|---|
| protected String[] | arguments |
| protected ClassLoader | parent |
| protected AtomicBoolean | restart |
| Method Summary | |
|---|---|
| protected void | configure(String[] arguments) |
| static Runner | getRunner() |
| static void | main(String[] arguments) |
| void | restart() |
| void | setArguments(String[] arguments) |
| void | setClass(String clazz) |
| void | setMethod(String method) |
| void | setParent(ClassLoader parent) |
| void | setPath(String path) |
| void | start() |
| void | uncaughtException(Thread t, Throwable e)
The default exception handler will simply log a SEVERE level message
with the exception object.
|
Parameters: t the thread which caused the exception. e the exception.