Package io.dropwizard.migrations
Class DbClearChecksumsCommand<T extends Configuration>
java.lang.Object
io.dropwizard.core.cli.Command
io.dropwizard.core.cli.ConfiguredCommand<T>
io.dropwizard.migrations.AbstractLiquibaseCommand<T>
io.dropwizard.migrations.DbClearChecksumsCommand<T>
-
Constructor Summary
ConstructorsConstructorDescriptionDbClearChecksumsCommand(DatabaseConfiguration<T> strategy, Class<T> configurationClass, String migrationsFileName) -
Method Summary
Modifier and TypeMethodDescriptionvoidrun(net.sourceforge.argparse4j.inf.Namespace namespace, liquibase.Liquibase liquibase) Methods inherited from class io.dropwizard.migrations.AbstractLiquibaseCommand
configure, getConfigurationClass, runMethods inherited from class io.dropwizard.core.cli.ConfiguredCommand
addFileArgument, cleanup, cleanupAsynchronously, getConfiguration, runMethods inherited from class io.dropwizard.core.cli.Command
getDescription, getName, onError
-
Constructor Details
-
DbClearChecksumsCommand
public DbClearChecksumsCommand(DatabaseConfiguration<T> strategy, Class<T> configurationClass, String migrationsFileName)
-
-
Method Details
-
run
public void run(net.sourceforge.argparse4j.inf.Namespace namespace, liquibase.Liquibase liquibase) throws Exception - Specified by:
runin classAbstractLiquibaseCommand<T extends Configuration>- Throws:
Exception
-