public class LocalBooter
extends java.lang.Object
| Constructor and Description |
|---|
LocalBooter() |
| Modifier and Type | Method and Description |
|---|---|
static void |
boot()
Boot the XL Deploy Plugin System.
|
static void |
boot(java.util.List<java.lang.String> packagesToScan)
Boot the XL Deploy Plugin System.
|
static void |
bootWithoutGlobalContext()
Boot the XL Deploy Plugin System, but without initializing the global context with user overridden default
values.
|
static void |
bootWithoutGlobalContext(java.util.List<java.lang.String> packagesToScan)
Boot the XL Deploy Plugin System, but without initializing the global context with user overridden default
values.
|
public static void boot()
public static void boot(java.util.List<java.lang.String> packagesToScan)
Note: The LocalBooter is a singleton, changing the packages to scan after it has been instantiated has no
effect.
public static void bootWithoutGlobalContext()
Note: The LocalBooter is a singleton, changing the packages to scan after it has been instantiated has no
effect.
public static void bootWithoutGlobalContext(java.util.List<java.lang.String> packagesToScan)
Note: The LocalBooter is a singleton, changing the packages to scan after it has been instantiated has no
effect.