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
-
Field Summary
Fields inherited from interface liquibase.plugin.Plugin
PRIORITY_DATABASE, PRIORITY_DEFAULT, PRIORITY_NOT_APPLICABLE, PRIORITY_SPECIALIZED
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.getName()
Deprecated.Deprecated.Deprecated.run()
Deprecated.Function that performs the actual logic.void
setDatabase
(Database database) Deprecated.setSchemas
(String... schemas) Deprecated.setSchemas
(CatalogAndSchema... catalogAndSchema) Deprecated.setSerializerFormat
(String serializerFormat) Deprecated.void
setSnapshotListener
(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:LiquibaseCommand
Function that performs the actual logic. This should not be called directly by any code, only byCommandFactory.execute(LiquibaseCommand)
- Throws:
Exception
-
validate
Deprecated.
-
CommandStep
and call them withCommandFactory.getCommandDefinition(String...)
.