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, validate
getArguments, getPriority
public String getName()
getName
in interface LiquibaseCommand<CommandResult>
getName
in class DiffCommand
public String getChangeLogFile()
public DiffToChangeLogCommand setChangeLogFile(String changeLogFile)
public PrintStream getOutputStream()
getOutputStream
in class DiffCommand
public DiffToChangeLogCommand setOutputStream(PrintStream outputStream)
setOutputStream
in class DiffCommand
public DiffOutputControl getDiffOutputControl()
public DiffToChangeLogCommand setDiffOutputControl(DiffOutputControl diffOutputControl)
public CommandResult run() throws Exception
LiquibaseCommand
CommandFactory.execute(LiquibaseCommand)
run
in interface LiquibaseCommand<CommandResult>
run
in class DiffCommand
Exception
Copyright © 2023 Liquibase.org. All rights reserved.