Class AbstractLiquibaseCommand<T extends Configuration>

java.lang.Object
io.dropwizard.core.cli.Command
io.dropwizard.core.cli.ConfiguredCommand<T>
io.dropwizard.migrations.AbstractLiquibaseCommand<T>
Direct Known Subclasses:
DbCalculateChecksumCommand, DbClearChecksumsCommand, DbCommand, DbDropAllCommand, DbDumpCommand, DbFastForwardCommand, DbGenerateDocsCommand, DbLocksCommand, DbMigrateCommand, DbPrepareRollbackCommand, DbRollbackCommand, DbStatusCommand, DbTagCommand, DbTestCommand

public abstract class AbstractLiquibaseCommand<T extends Configuration> extends ConfiguredCommand<T>