Package liquibase.command.core
Class DiffCommand
- All Implemented Interfaces:
LiquibaseCommand<CommandResult>,Plugin
- Direct Known Subclasses:
DiffToChangeLogCommand
Deprecated.
-
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.Deprecated.Deprecated.Deprecated.Class<? extends DatabaseObject>[]Deprecated.Deprecated.Deprecated.run()Deprecated.Function that performs the actual logic.setCompareControl(CompareControl compareControl) Deprecated.setObjectChangeFilter(ObjectChangeFilter objectChangeFilter) Deprecated.setOutputStream(PrintStream outputStream) Deprecated.setReferenceDatabase(Database referenceDatabase) Deprecated.setReferenceSnapshotControl(SnapshotControl referenceSnapshotControl) Deprecated.setSnapshotListener(SnapshotListener snapshotListener) Deprecated.setSnapshotTypes(Class<? extends DatabaseObject>... snapshotTypes) Deprecated.setSnapshotTypes(String... snapshotTypes) Deprecated.setTargetDatabase(Database targetDatabase) Deprecated.setTargetSnapshotControl(SnapshotControl targetSnapshotControl) Deprecated.validate()Deprecated.Methods inherited from class liquibase.command.AbstractCommand
getArguments, getPriority
-
Constructor Details
-
DiffCommand
public DiffCommand()Deprecated.
-
-
Method Details
-
getName
Deprecated. -
validate
Deprecated. -
getReferenceDatabase
Deprecated. -
setReferenceDatabase
Deprecated. -
getTargetDatabase
Deprecated. -
setTargetDatabase
Deprecated. -
getSnapshotTypes
Deprecated. -
setSnapshotTypes
Deprecated. -
setSnapshotTypes
Deprecated. -
getOutputStream
Deprecated. -
setOutputStream
Deprecated. -
getReferenceSnapshotControl
Deprecated. -
setReferenceSnapshotControl
Deprecated. -
getTargetSnapshotControl
Deprecated. -
setTargetSnapshotControl
Deprecated. -
getSnapshotListener
Deprecated. -
setSnapshotListener
Deprecated. -
getCompareControl
Deprecated. -
setCompareControl
Deprecated. -
getObjectChangeFilter
Deprecated. -
setObjectChangeFilter
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
-
CommandStepand call them withCommandFactory.getCommandDefinition(String...).