public class DiffToChangeLogCommand extends DiffCommand
Constructor and Description |
---|
DiffToChangeLogCommand() |
Modifier and Type | Method and Description |
---|---|
protected DiffToChangeLog |
createDiffToChangeLogObject(DiffResult diffResult) |
String |
getChangeLogFile() |
DiffOutputControl |
getDiffOutputControl() |
String |
getName() |
PrintStream |
getOutputStream() |
protected CommandResult |
run() |
DiffToChangeLogCommand |
setChangeLogFile(String changeLogFile) |
DiffToChangeLogCommand |
setDiffOutputControl(DiffOutputControl diffOutputControl) |
DiffToChangeLogCommand |
setOutputStream(PrintStream outputStream) |
createDiffResult, createReferenceSnapshot, createTargetSnapshot, getCompareControl, getReferenceDatabase, getReferenceSnapshotControl, getSnapshotListener, getSnapshotTypes, getTargetDatabase, getTargetSnapshotControl, setCompareControl, setObjectChangeFilter, setReferenceDatabase, setReferenceSnapshotControl, setSnapshotListener, setSnapshotTypes, setSnapshotTypes, setTargetDatabase, setTargetSnapshotControl, validate
execute, 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)
protected CommandResult run() throws Exception
run
in class DiffCommand
Exception
protected DiffToChangeLog createDiffToChangeLogObject(DiffResult diffResult)
Copyright © 2019 Liquibase.org. All rights reserved.