public class StartupRunner
extends java.lang.Object
implements java.lang.Runnable
| Constructor and Description |
|---|
StartupRunner() |
| Modifier and Type | Method and Description |
|---|---|
void |
run() |
void |
run(boolean batchMode)
Runs the RunAtStartup and AutoRun macros, on the current thread
if 'batchMode' true, otherwise on a separate thread.
|