public class DropwizardBundlesInitializedEvent 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 |
|---|
DropwizardBundlesInitializedEvent(Options options,
io.dropwizard.setup.Bootstrap bootstrap,
java.util.List<io.dropwizard.ConfiguredBundle> bundles,
java.util.List<io.dropwizard.ConfiguredBundle> disabled,
java.util.List<io.dropwizard.ConfiguredBundle> ignored) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<io.dropwizard.ConfiguredBundle> |
getBundles()
Note that transitive bundles would be also included (if bundles tracking not disabled
GuiceyOptions.TrackDropwizardBundles). |
java.util.List<io.dropwizard.ConfiguredBundle> |
getDisabled() |
java.util.List<io.dropwizard.ConfiguredBundle> |
getIgnored() |
getBootstrapgetOptions, getTypepublic DropwizardBundlesInitializedEvent(Options options, io.dropwizard.setup.Bootstrap bootstrap, java.util.List<io.dropwizard.ConfiguredBundle> bundles, java.util.List<io.dropwizard.ConfiguredBundle> disabled, java.util.List<io.dropwizard.ConfiguredBundle> ignored)
public java.util.List<io.dropwizard.ConfiguredBundle> getBundles()
GuiceyOptions.TrackDropwizardBundles).public java.util.List<io.dropwizard.ConfiguredBundle> getDisabled()
public java.util.List<io.dropwizard.ConfiguredBundle> getIgnored()