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, validate
execute
public String getName()
getName
in interface LiquibaseCommand
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 Object run() throws Exception
run
in class DiffCommand
Exception
Copyright © 2015 Liquibase.org. All rights reserved.