Uses of Interface
liquibase.command.LiquibaseCommand
-
Packages that use LiquibaseCommand Package Description liquibase.command liquibase.command.core -
-
Uses of LiquibaseCommand in liquibase.command
Classes in liquibase.command that implement LiquibaseCommand Modifier and Type Class Description classAbstractCommand<T extends CommandResult>Deprecated.Implement commands withCommandStepand call them withCommandFactory.getCommandDefinition(String...).Methods in liquibase.command that return LiquibaseCommand Modifier and Type Method Description LiquibaseCommandCommandFactory. getCommand(String commandName)Deprecated.Methods in liquibase.command with parameters of type LiquibaseCommand Modifier and Type Method Description <T extends CommandResult>
TCommandFactory. execute(LiquibaseCommand<T> command)Deprecated.Constructors in liquibase.command with parameters of type LiquibaseCommand Constructor Description CommandValidationErrors(LiquibaseCommand command)Deprecated. -
Uses of LiquibaseCommand in liquibase.command.core
Classes in liquibase.command.core that implement LiquibaseCommand Modifier and Type Class Description classDiffCommandDeprecated.Implement commands withCommandStepand call them withCommandFactory.getCommandDefinition(String...).classDiffToChangeLogCommandDeprecated.Implement commands withCommandStepand call them withCommandFactory.getCommandDefinition(String...).classGenerateChangeLogCommandDeprecated.Implement commands withCommandStepand call them withCommandFactory.getCommandDefinition(String...).classHistoryCommandDeprecated.Implement commands withCommandStepand call them withCommandFactory.getCommandDefinition(String...).classSnapshotCommandDeprecated.Implement commands withCommandStepand call them withCommandFactory.getCommandDefinition(String...).
-