Package liquibase.command.core
Class GenerateChangeLogCommand
java.lang.Object
liquibase.command.AbstractCommand<CommandResult>
liquibase.command.core.DiffCommand
liquibase.command.core.DiffToChangeLogCommand
liquibase.command.core.GenerateChangeLogCommand
- All Implemented Interfaces:
LiquibaseCommand<CommandResult>
,Plugin
Deprecated.
-
Field Summary
Fields inherited from interface liquibase.plugin.Plugin
PRIORITY_DATABASE, PRIORITY_DEFAULT, PRIORITY_NOT_APPLICABLE, PRIORITY_SPECIALIZED
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Deprecated.getName()
Deprecated.run()
Deprecated.Function that performs the actual logic.Deprecated.setContext
(String context) Deprecated.Methods inherited from class liquibase.command.core.DiffToChangeLogCommand
getChangeLogFile, getDiffOutputControl, getOutputStream, setChangeLogFile, setDiffOutputControl, setOutputStream
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, validate
Methods inherited from class liquibase.command.AbstractCommand
getArguments, getPriority
-
Constructor Details
-
GenerateChangeLogCommand
public GenerateChangeLogCommand()Deprecated.
-
-
Method Details
-
getName
Deprecated.- Specified by:
getName
in interfaceLiquibaseCommand<CommandResult>
- Overrides:
getName
in classDiffToChangeLogCommand
-
getAuthor
Deprecated. -
setAuthor
Deprecated. -
getContext
Deprecated. -
setContext
Deprecated. -
run
Deprecated.Description copied from interface:LiquibaseCommand
Function that performs the actual logic. This should not be called directly by any code, only byCommandFactory.execute(LiquibaseCommand)
- Specified by:
run
in interfaceLiquibaseCommand<CommandResult>
- Overrides:
run
in classDiffToChangeLogCommand
- Throws:
Exception
-
CommandStep
and call them withCommandFactory.getCommandDefinition(String...)
.