Package liquibase.command.core
Class SnapshotCommand
java.lang.Object
liquibase.command.AbstractCommand<SnapshotCommand.SnapshotCommandResult>
liquibase.command.core.SnapshotCommand
- All Implemented Interfaces:
LiquibaseCommand<SnapshotCommand.SnapshotCommandResult>,Plugin
Deprecated.
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from interface liquibase.plugin.Plugin
PRIORITY_DATABASE, PRIORITY_DEFAULT, PRIORITY_NOT_APPLICABLE, PRIORITY_SPECIALIZED -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.getName()Deprecated.Deprecated.Deprecated.run()Deprecated.Function that performs the actual logic.voidsetDatabase(Database database) Deprecated.setSchemas(String... schemas) Deprecated.setSchemas(CatalogAndSchema... catalogAndSchema) Deprecated.setSerializerFormat(String serializerFormat) Deprecated.voidsetSnapshotListener(SnapshotListener snapshotListener) Deprecated.validate()Deprecated.Methods inherited from class liquibase.command.AbstractCommand
getArguments, getPriority
-
Constructor Details
-
SnapshotCommand
public SnapshotCommand()Deprecated.
-
-
Method Details
-
getName
Deprecated. -
setDatabase
Deprecated. -
getDatabase
Deprecated. -
setSchemas
Deprecated. -
setSchemas
Deprecated. -
getSerializerFormat
Deprecated. -
setSerializerFormat
Deprecated. -
getSnapshotListener
Deprecated. -
setSnapshotListener
Deprecated. -
run
Deprecated.Description copied from interface:LiquibaseCommandFunction that performs the actual logic. This should not be called directly by any code, only byCommandFactory.execute(LiquibaseCommand)- Throws:
Exception
-
validate
Deprecated.
-
CommandStepand call them withCommandFactory.getCommandDefinition(String...).