public class InstallersResolvedEvent extends ConfigurationPhaseEvent
May be used to post-process installers (e.g. add some conventional configuration by some marker interface).
| Constructor and Description |
|---|
InstallersResolvedEvent(Options options,
io.dropwizard.setup.Bootstrap bootstrap,
java.util.List<FeatureInstaller> installers,
java.util.List<java.lang.Class<? extends FeatureInstaller>> disabled) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.Class<? extends FeatureInstaller>> |
getDisabled()
Disabled installers are never instantiated and so instances are not available.
|
java.util.List<FeatureInstaller> |
getInstallers() |
getBootstrapgetOptions, getTypepublic InstallersResolvedEvent(Options options, io.dropwizard.setup.Bootstrap bootstrap, java.util.List<FeatureInstaller> installers, java.util.List<java.lang.Class<? extends FeatureInstaller>> disabled)
public java.util.List<FeatureInstaller> getInstallers()
public java.util.List<java.lang.Class<? extends FeatureInstaller>> getDisabled()