Package com.inductiveautomation.rm
Class App
- java.lang.Object
- 
- com.inductiveautomation.rm.App
 
- 
 public class App extends java.lang.ObjectThis 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 Constructor Description App(java.lang.String[] args)Creates a new app instance.
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static voidmain(java.lang.String[] args)This is the static main method, called by Java when launching with com.reportmill.App.static voidquitApp()Quits the app (can be invoked by anyone).
 
-