com.xebialabs.deployit.plugin.api.boot
Class PluginBooter

java.lang.Object
  extended by com.xebialabs.deployit.plugin.api.boot.PluginBooter

public class PluginBooter
extends java.lang.Object

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


Constructor Summary
PluginBooter()
           
 
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

PluginBooter

public PluginBooter()
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.