CommandStep and call them with CommandFactory.getCommandDefinition(String...).public class DiffToChangeLogCommand extends DiffCommand
PRIORITY_DEFAULT, PRIORITY_NOT_APPLICABLE, PRIORITY_SPECIALIZED| Constructor and Description |
|---|
DiffToChangeLogCommand()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getChangeLogFile()
Deprecated.
|
DiffOutputControl |
getDiffOutputControl()
Deprecated.
|
String |
getName()
Deprecated.
|
PrintStream |
getOutputStream()
Deprecated.
|
CommandResult |
run()
Deprecated.
Function that performs the actual logic.
|
DiffToChangeLogCommand |
setChangeLogFile(String changeLogFile)
Deprecated.
|
DiffToChangeLogCommand |
setDiffOutputControl(DiffOutputControl diffOutputControl)
Deprecated.
|
DiffToChangeLogCommand |
setOutputStream(PrintStream outputStream)
Deprecated.
|
getCompareControl, 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 DiffCommandpublic String getChangeLogFile()
public DiffToChangeLogCommand setChangeLogFile(String changeLogFile)
public PrintStream getOutputStream()
getOutputStream in class DiffCommandpublic DiffToChangeLogCommand setOutputStream(PrintStream outputStream)
setOutputStream in class DiffCommandpublic DiffOutputControl getDiffOutputControl()
public DiffToChangeLogCommand setDiffOutputControl(DiffOutputControl diffOutputControl)
public CommandResult run() throws Exception
LiquibaseCommandCommandFactory.execute(LiquibaseCommand)run in interface LiquibaseCommand<CommandResult>run in class DiffCommandExceptionCopyright © 2023 Liquibase.org. All rights reserved.