Package app

Class MainLauncher

java.lang.Object
app.MainLauncher

public class MainLauncher
extends java.lang.Object
A launcher class to point towards as the start point for a packaged JAR
  • Constructor Summary

    Constructors
    Constructor Description
    MainLauncher()  
  • Method Summary

    Modifier and Type Method Description
    static void main​(java.lang.String[] args)
    The root function of the call stack

    Methods inherited from class java.lang.Object

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

    • MainLauncher

      public MainLauncher()
  • Method Details

    • main

      public static void main​(java.lang.String[] args)
      The root function of the call stack
      Parameters:
      args - Commandline arguments