CommandStep and call them with CommandFactory.getCommandDefinition(String...).public class GenerateChangeLogCommand extends DiffToChangeLogCommand
PRIORITY_DEFAULT, PRIORITY_NOT_APPLICABLE, PRIORITY_SPECIALIZED| Constructor and Description |
|---|
GenerateChangeLogCommand()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthor()
Deprecated.
|
String |
getContext()
Deprecated.
|
String |
getName()
Deprecated.
|
CommandResult |
run()
Deprecated.
Function that performs the actual logic.
|
GenerateChangeLogCommand |
setAuthor(String author)
Deprecated.
|
GenerateChangeLogCommand |
setContext(String context)
Deprecated.
|
getChangeLogFile, getDiffOutputControl, getOutputStream, setChangeLogFile, setDiffOutputControl, setOutputStreamgetCompareControl, getObjectChangeFilter, getReferenceDatabase, getReferenceSnapshotControl, getSnapshotListener, getSnapshotTypes, getTargetDatabase, getTargetSnapshotControl, setCompareControl, setObjectChangeFilter, setReferenceDatabase, setReferenceSnapshotControl, setSnapshotListener, setSnapshotTypes, setSnapshotTypes, setTargetDatabase, setTargetSnapshotControl, validategetArguments, getPrioritypublic String getName()
getName in interface LiquibaseCommand<CommandResult>getName in class DiffToChangeLogCommandpublic String getAuthor()
public GenerateChangeLogCommand setAuthor(String author)
public String getContext()
public GenerateChangeLogCommand setContext(String context)
public CommandResult run() throws Exception
LiquibaseCommandCommandFactory.execute(LiquibaseCommand)run in interface LiquibaseCommand<CommandResult>run in class DiffToChangeLogCommandExceptionCopyright © 2022 Liquibase.org. All rights reserved.