public class GuiceyInitializer
extends java.lang.Object
| Constructor and Description |
|---|
GuiceyInitializer(io.dropwizard.setup.Bootstrap bootstrap,
ConfigurationContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
findCommands()
Perform classpath scan to resolve commands.
|
void |
initFinished()
Init lifecycle end.
|
void |
initializeBundles(GuiceyBundleLookup bundleLookup)
Resolve bundles and initialize.
|
void |
resolveExtensions()
Performs classpath scan to search for extensions.
|
void |
resolveInstallers()
Perform classpath scan to find installers.
|
public GuiceyInitializer(io.dropwizard.setup.Bootstrap bootstrap,
ConfigurationContext context)
public void initializeBundles(GuiceyBundleLookup bundleLookup)
bundleLookup - bundle lookup objectpublic void findCommands()
public void resolveInstallers()
public void resolveExtensions()
public void initFinished()