liquibase.command
Class DiffToChangeLogCommand
java.lang.Object
liquibase.command.AbstractCommand
liquibase.command.DiffCommand
liquibase.command.DiffToChangeLogCommand
- All Implemented Interfaces:
- LiquibaseCommand
- Direct Known Subclasses:
- GenerateChangeLogCommand
public class DiffToChangeLogCommand
- extends DiffCommand
Methods inherited from class liquibase.command.DiffCommand |
createDiffResult, createReferenceSnapshot, createTargetSnapshot, getCompareControl, getReferenceDatabase, getReferenceSnapshotControl, getSnapshotListener, getSnapshotTypes, getTargetDatabase, getTargetSnapshotControl, setCompareControl, setReferenceDatabase, setReferenceSnapshotControl, setSnapshotListener, setSnapshotTypes, setSnapshotTypes, setTargetDatabase, setTargetSnapshotControl, validate |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DiffToChangeLogCommand
public DiffToChangeLogCommand()
getName
public String getName()
- Specified by:
getName
in interface LiquibaseCommand
- Overrides:
getName
in class DiffCommand
getChangeLogFile
public String getChangeLogFile()
setChangeLogFile
public DiffToChangeLogCommand setChangeLogFile(String changeLogFile)
getOutputStream
public PrintStream getOutputStream()
- Overrides:
getOutputStream
in class DiffCommand
setOutputStream
public DiffToChangeLogCommand setOutputStream(PrintStream outputStream)
- Overrides:
setOutputStream
in class DiffCommand
getDiffOutputControl
public DiffOutputControl getDiffOutputControl()
setDiffOutputControl
public DiffToChangeLogCommand setDiffOutputControl(DiffOutputControl diffOutputControl)
run
protected Object run()
throws Exception
- Overrides:
run
in class DiffCommand
- Throws:
Exception
Copyright © 2015 Liquibase.org. All rights reserved.