public abstract class NoOptionsFlywayCommand<T extends io.dropwizard.Configuration>
extends io.dropwizard.cli.ConfiguredCommand<T>
| Modifier and Type | Method and Description |
|---|---|
protected Class<T> |
getConfigurationClass() |
protected void |
run(io.dropwizard.setup.Bootstrap<T> bootstrap,
net.sourceforge.argparse4j.inf.Namespace namespace,
T configuration) |
protected abstract void |
run(net.sourceforge.argparse4j.inf.Namespace namespace,
org.flywaydb.core.Flyway flyway) |
protected void |
setAdditionalOptions(FlywayFactory flywayFactory,
net.sourceforge.argparse4j.inf.Namespace namespace) |
protected void setAdditionalOptions(FlywayFactory flywayFactory, net.sourceforge.argparse4j.inf.Namespace namespace)
protected Class<T> getConfigurationClass()
getConfigurationClass in class io.dropwizard.cli.ConfiguredCommand<T extends io.dropwizard.Configuration>protected void run(io.dropwizard.setup.Bootstrap<T> bootstrap,
net.sourceforge.argparse4j.inf.Namespace namespace,
T configuration)
throws Exception
run in class io.dropwizard.cli.ConfiguredCommand<T extends io.dropwizard.Configuration>ExceptionCopyright © 2020. All rights reserved.