Package com.inductiveautomation.rm
Class App
java.lang.Object
com.inductiveautomation.rm.App
This is the main class for the ReportMill app. You can run it from the command line like this:
 
prompt> java -cp ReportMill.jar com.reportmill.App
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
AppCreates a new app instance.
 
- 
- 
Method Details- 
mainThis is the static main method, called by Java when launching with com.reportmill.App.
- 
quitApppublic static void quitApp()Quits the app (can be invoked by anyone).
 
-