AbstractLiquibaseCommand<T>.AbstractLiquibaseCommand<T> ( String name, String description, DatabaseConfiguration<T> strategy, Class<T> configurationClass, String migrationsFileName )This constructor is from 'AbstractLiquibaseCommand<T>' abstract class.
AbstractLiquibaseCommand<T>.configure ( Subparser subparser )This method is from 'AbstractLiquibaseCommand<T>' abstract class.
AbstractLiquibaseCommand<T>.getConfigurationClass ( )This method is from 'AbstractLiquibaseCommand<T>' abstract class.
AbstractLiquibaseCommand<T>.run ( Namespace p1, Liquibase p2 )This abstract method is from 'AbstractLiquibaseCommand<T>' abstract class.