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, setOutputStream
getCompareControl, getObjectChangeFilter, getReferenceDatabase, getReferenceSnapshotControl, getSnapshotListener, getSnapshotTypes, getTargetDatabase, getTargetSnapshotControl, setCompareControl, setObjectChangeFilter, setReferenceDatabase, setReferenceSnapshotControl, setSnapshotListener, setSnapshotTypes, setSnapshotTypes, setTargetDatabase, setTargetSnapshotControl, validate
getArguments, getPriority
public String getName()
getName
in interface LiquibaseCommand<CommandResult>
getName
in class DiffToChangeLogCommand
public String getAuthor()
public GenerateChangeLogCommand setAuthor(String author)
public String getContext()
public GenerateChangeLogCommand setContext(String context)
public CommandResult run() throws Exception
LiquibaseCommand
CommandFactory.execute(LiquibaseCommand)
run
in interface LiquibaseCommand<CommandResult>
run
in class DiffToChangeLogCommand
Exception
Copyright © 2023 Liquibase.org. All rights reserved.