Uses of Class
liquibase.command.core.DiffCommand
-
Packages that use DiffCommand Package Description liquibase.command.core -
-
Uses of DiffCommand in liquibase.command.core
Subclasses of DiffCommand in liquibase.command.core Modifier and Type Class Description classDiffToChangeLogCommandDeprecated.Implement commands withCommandStepand call them withCommandFactory.getCommandDefinition(String...).classGenerateChangeLogCommandDeprecated.Implement commands withCommandStepand call them withCommandFactory.getCommandDefinition(String...).Methods in liquibase.command.core that return DiffCommand Modifier and Type Method Description DiffCommandDiffCommand. setCompareControl(CompareControl compareControl)Deprecated.DiffCommandDiffCommand. setObjectChangeFilter(ObjectChangeFilter objectChangeFilter)Deprecated.DiffCommandDiffCommand. setOutputStream(PrintStream outputStream)Deprecated.DiffCommandDiffCommand. setReferenceDatabase(Database referenceDatabase)Deprecated.DiffCommandDiffCommand. setReferenceSnapshotControl(SnapshotControl referenceSnapshotControl)Deprecated.DiffCommandDiffCommand. setSnapshotListener(SnapshotListener snapshotListener)Deprecated.DiffCommandDiffCommand. setSnapshotTypes(Class<? extends DatabaseObject>... snapshotTypes)Deprecated.DiffCommandDiffCommand. setSnapshotTypes(String... snapshotTypes)Deprecated.DiffCommandDiffCommand. setTargetDatabase(Database targetDatabase)Deprecated.DiffCommandDiffCommand. setTargetSnapshotControl(SnapshotControl targetSnapshotControl)Deprecated.
-