Package mireka.startup
Class Start
- Object
-
- mireka.startup.Start
-
public class Start extends ObjectStart provides functions which configure and start up Mireka.
-
-
Constructor Summary
Constructors Constructor Description Start()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidmain(String[] args)Runs the configuration scripts and calls thePostConstructmethods of the configured objects.
-
-
-
Method Detail
-
main
public static void main(String[] args)
Runs the configuration scripts and calls thePostConstructmethods of the configured objects. It also registers a shutdown hook, which will be called by the JRE on system exit, and in turn the shutdown hook will callStop.shutdown().- Parameters:
args- unused
-
-