Package giggler

Source Code of giggler.Launcher

package giggler;

import giggler.boot.Pluginator;


public class Launcher
{
    public static void main(String[] args) {

      giggler.impl.GigglerImpl giggler = new giggler.impl.GigglerImpl();
      giggler.setBootStrap(new Pluginator());
      giggler.run();
    }
}
TOP

Related Classes of giggler.Launcher

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.