public class BundlesResolvedEvent extends ConfigurationPhaseEvent
Bundles may be post-processed here by modifying it's state with some interface (maybe based on other bundles analysis).
called earlier| Constructor and Description |
|---|
BundlesResolvedEvent(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()
Note: bundles are not yet processed so more bundles could be disabled later.
|
java.util.List<GuiceyBundle> |
getIgnored()
Note: bundles are not yet processed so more bundles could be ignored later.
|
getBootstrapgetOptions, getTypepublic BundlesResolvedEvent(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()