Uses of Class
liquibase.command.core.DiffCommand
-
Uses of DiffCommand in liquibase.command.core
Modifier and TypeClassDescriptionclass
Deprecated.class
Deprecated.Implement commands withCommandStep
and call them withCommandFactory.getCommandDefinition(String...)
.Modifier and TypeMethodDescriptionDiffCommand.setCompareControl
(CompareControl compareControl) Deprecated.DiffCommand.setObjectChangeFilter
(ObjectChangeFilter objectChangeFilter) Deprecated.DiffCommand.setOutputStream
(PrintStream outputStream) Deprecated.DiffCommand.setReferenceDatabase
(Database referenceDatabase) Deprecated.DiffCommand.setReferenceSnapshotControl
(SnapshotControl referenceSnapshotControl) Deprecated.DiffCommand.setSnapshotListener
(SnapshotListener snapshotListener) Deprecated.DiffCommand.setSnapshotTypes
(Class<? extends DatabaseObject>... snapshotTypes) Deprecated.DiffCommand.setSnapshotTypes
(String... snapshotTypes) Deprecated.DiffCommand.setTargetDatabase
(Database targetDatabase) Deprecated.DiffCommand.setTargetSnapshotControl
(SnapshotControl targetSnapshotControl) Deprecated.
CommandStep
and call them withCommandFactory.getCommandDefinition(String...)
.