com.xebialabs.deployit.booter.local
Class LocalBooter

java.lang.Object
  extended by com.xebialabs.deployit.booter.local.LocalBooter

public class LocalBooter
extends java.lang.Object

Class responsible for booting all the plugins. Responsible for: - Registering all the Descriptors - Setting up the Global Context.


Constructor Summary
LocalBooter()
           
 
Method Summary
static void boot()
          Boot the Deployit Plugin System.
static void bootWithoutGlobalContext()
          Boot the Deployit Plugin System, but without initializing the global context with user overridden default values.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocalBooter

public LocalBooter()
Method Detail

boot

public static void boot()
Boot the Deployit Plugin System. Setting everything up.


bootWithoutGlobalContext

public static void bootWithoutGlobalContext()
Boot the Deployit Plugin System, but without initializing the global context with user overridden default values. Useful for tests where you want to have control which default values a CI has.