io.airlift.bootstrap
Class Bootstrap

java.lang.Object
  extended by io.airlift.bootstrap.Bootstrap

public class Bootstrap
extends Object

Entry point for an application built using the platform codebase.

This class will:


Constructor Summary
Bootstrap(com.google.inject.Module... modules)
           
 
Method Summary
 com.google.inject.Injector initialize()
           
 Bootstrap strictConfig()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Bootstrap

public Bootstrap(com.google.inject.Module... modules)
Method Detail

strictConfig

public Bootstrap strictConfig()

initialize

public com.google.inject.Injector initialize()
                                      throws Exception
Throws:
Exception


Copyright © 2010-2012 Airlift. All Rights Reserved.