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, validateexecute, 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)
protected CommandResult run() throws Exception
run in class DiffCommandExceptionprotected DiffToChangeLog createDiffToChangeLogObject(DiffResult diffResult)
Copyright © 2019 Liquibase.org. All rights reserved.