Package com.rmwin1

Class App


  • public class App
    extends java.lang.Object
    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 
      Constructor Description
      App​(java.lang.String[] args)
      Creates a new app instance.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static App getShared()
      Returns the shared app instance.
      static void main​(java.lang.String[] args)
      This is the static main method, called by Java when launching with com.reportmill.App.
      static void quitApp()
      Quits the app (can be invoked by anyone).
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • App

        public App​(java.lang.String[] args)
        Creates a new app instance.
    • Method Detail

      • getShared

        public static App getShared()
        Returns the shared app instance.
      • main

        public static void main​(java.lang.String[] args)
        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).