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