public class BundlesInitializedEvent extends ConfigurationPhaseEvent
Note that bundles will be processed further under dropwizard run phase so at this point bundles state could be modified to affect execution.
| Constructor and Description |
|---|
BundlesInitializedEvent(Options options,
io.dropwizard.setup.Bootstrap bootstrap,
java.util.List<GuiceyBundle> bundles,
java.util.List<GuiceyBundle> disabled,
java.util.List<GuiceyBundle> ignored) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<GuiceyBundle> |
getBundles() |
java.util.List<GuiceyBundle> |
getDisabled() |
java.util.List<GuiceyBundle> |
getIgnored() |
getBootstrapgetOptions, getTypepublic BundlesInitializedEvent(Options options, io.dropwizard.setup.Bootstrap bootstrap, java.util.List<GuiceyBundle> bundles, java.util.List<GuiceyBundle> disabled, java.util.List<GuiceyBundle> ignored)
public java.util.List<GuiceyBundle> getBundles()
public java.util.List<GuiceyBundle> getDisabled()
public java.util.List<GuiceyBundle> getIgnored()