Uses of Class
liquibase.command.core.DiffCommand
Packages that use DiffCommand
-
Uses of DiffCommand in liquibase.command.core
Subclasses of DiffCommand in liquibase.command.coreModifier and TypeClassDescriptionclass
Deprecated.class
Deprecated.Implement commands withCommandStep
and call them withCommandFactory.getCommandDefinition(String...)
.Methods in liquibase.command.core that return DiffCommandModifier 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...)
.