Uses of Class
liquibase.command.core.DiffToChangeLogCommand
-
Packages that use DiffToChangeLogCommand Package Description liquibase.command.core -
-
Uses of DiffToChangeLogCommand in liquibase.command.core
Subclasses of DiffToChangeLogCommand in liquibase.command.core Modifier and Type Class Description classGenerateChangeLogCommandDeprecated.Implement commands withCommandStepand call them withCommandFactory.getCommandDefinition(String...).Methods in liquibase.command.core that return DiffToChangeLogCommand Modifier and Type Method Description DiffToChangeLogCommandDiffToChangeLogCommand. setChangeLogFile(String changeLogFile)Deprecated.DiffToChangeLogCommandDiffToChangeLogCommand. setDiffOutputControl(DiffOutputControl diffOutputControl)Deprecated.DiffToChangeLogCommandDiffToChangeLogCommand. setOutputStream(PrintStream outputStream)Deprecated.
-