Package liquibase.command.core
Class DiffToChangeLogCommand
java.lang.Object
liquibase.command.AbstractCommand<CommandResult>
liquibase.command.core.DiffCommand
liquibase.command.core.DiffToChangeLogCommand
- All Implemented Interfaces:
LiquibaseCommand<CommandResult>,Plugin
- Direct Known Subclasses:
GenerateChangeLogCommand
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.Deprecated.getName()Deprecated.Deprecated.run()Deprecated.Function that performs the actual logic.setChangeLogFile(String changeLogFile) Deprecated.setDiffOutputControl(DiffOutputControl diffOutputControl) Deprecated.setOutputStream(PrintStream outputStream) Deprecated.Methods inherited from class liquibase.command.core.DiffCommand
getCompareControl, getObjectChangeFilter, getReferenceDatabase, getReferenceSnapshotControl, getSnapshotListener, getSnapshotTypes, getTargetDatabase, getTargetSnapshotControl, setCompareControl, setObjectChangeFilter, setReferenceDatabase, setReferenceSnapshotControl, setSnapshotListener, setSnapshotTypes, setSnapshotTypes, setTargetDatabase, setTargetSnapshotControl, validateMethods inherited from class liquibase.command.AbstractCommand
getArguments, getPriority
-
Constructor Details
-
DiffToChangeLogCommand
public DiffToChangeLogCommand()Deprecated.
-
-
Method Details
-
getName
Deprecated.- Specified by:
getNamein interfaceLiquibaseCommand<CommandResult>- Overrides:
getNamein classDiffCommand
-
getChangeLogFile
Deprecated. -
setChangeLogFile
Deprecated. -
getOutputStream
Deprecated.- Overrides:
getOutputStreamin classDiffCommand
-
setOutputStream
Deprecated.- Overrides:
setOutputStreamin classDiffCommand
-
getDiffOutputControl
Deprecated. -
setDiffOutputControl
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)- Specified by:
runin interfaceLiquibaseCommand<CommandResult>- Overrides:
runin classDiffCommand- Throws:
Exception
-
CommandStepand call them withCommandFactory.getCommandDefinition(String...).