public class BootstrapMain
extends java.lang.Object
Main class for loading a bootstrap configuration via main(). When running an application set
this to the main class and set the first argument to the name of the bootstrap'd class.
java BootstrapMain com.org.MyApplicationBootstrap ...
Where,