Package com.reportmill
Class App
java.lang.Object
com.reportmill.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 Summary
Constructors -
Method Summary
-
Constructor Details
-
App
Creates a new app instance.
-
-
Method Details
-
main
This is the static main method, called by Java when launching with com.reportmill.App. -
quitApp
public static void quitApp()Quits the app (can be invoked by anyone).