Class MigrationsAutoBundle<T extends io.dropwizard.Configuration>
- java.lang.Object
-
- org.connectorio.dropwizard.autobundle.SimpleBundle<T>
-
- org.connectorio.dropwizard.autobundle.migrations.MigrationsAutoBundle<T>
-
- All Implemented Interfaces:
io.dropwizard.ConfiguredBundle<T>,org.connectorio.dropwizard.autobundle.AutomaticBundle<T>
public class MigrationsAutoBundle<T extends io.dropwizard.Configuration> extends org.connectorio.dropwizard.autobundle.SimpleBundle<T> implements org.connectorio.dropwizard.autobundle.AutomaticBundle<T>
-
-
Constructor Summary
Constructors Constructor Description MigrationsAutoBundle()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Class<?>>getDependencies()voidinitialize(io.dropwizard.setup.Bootstrap<?> bootstrap)voidrun(T configuration, io.dropwizard.setup.Environment environment, Map<Class<?>,org.connectorio.dropwizard.autobundle.AutomaticBundle<T>> bundles)
-
-
-
Method Detail
-
run
public void run(T configuration, io.dropwizard.setup.Environment environment, Map<Class<?>,org.connectorio.dropwizard.autobundle.AutomaticBundle<T>> bundles) throws Exception
-
initialize
public void initialize(io.dropwizard.setup.Bootstrap<?> bootstrap)
- Specified by:
initializein interfaceio.dropwizard.ConfiguredBundle<T extends io.dropwizard.Configuration>
-
-