Class Main
java.lang.Object
Main
public class Main
extends java.lang.Object
Class Main is the run target class and contains the main function
-
Constructor Summary
Constructors Constructor Description Main()
-
Method Summary
Modifier and Type Method Description static void
main(java.lang.String[] args)
Main, starts the program with the instantiation of the Controller either with an existing JSON, a path provided as command line argument or without a path.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Main
public Main()
-
-
Method Details
-
main
public static void main(java.lang.String[] args)Main, starts the program with the instantiation of the Controller either with an existing JSON, a path provided as command line argument or without a path.- Parameters:
args
- possible path of JSON file
-