
Public Member Functions | |
| void | didFinishLaunching () |
| ERXMainRunner () | |
Static Public Member Functions | |
| static void | main (String[] args) |
Static Public Attributes | |
| static String[] | _args |
-mainClass MyMainClass
or
-mainClass MyMainClass -mainMethod main2
And it will run an application, call the main method you passed in, and then System.exit. Provide an empty mainClass string if you handle everything in your startup.
| ERXMainRunner | ( | ) |
| void didFinishLaunching | ( | ) |
Called when the application posts WOApplication#ApplicationDidFinishLaunchingNotification. Override this to perform application specific tasks after the application has been initialized. THis is a good spot to perform batch application tasks.
Reimplemented from ERXApplication.
| static void main | ( | String[] | args | ) | [static] |
1.5.8