public class GenerateChangeLogCommand extends DiffToChangeLogCommand
| Constructor and Description |
|---|
GenerateChangeLogCommand() |
| Modifier and Type | Method and Description |
|---|---|
protected DatabaseSnapshot |
createTargetSnapshot() |
String |
getAuthor() |
String |
getContext() |
String |
getName() |
protected Object |
run() |
GenerateChangeLogCommand |
setAuthor(String author) |
GenerateChangeLogCommand |
setContext(String context) |
getChangeLogFile, getDiffOutputControl, getOutputStream, setChangeLogFile, setDiffOutputControl, setOutputStreamcreateDiffResult, createReferenceSnapshot, getCompareControl, getReferenceDatabase, getReferenceSnapshotControl, getSnapshotListener, getSnapshotTypes, getTargetDatabase, getTargetSnapshotControl, setCompareControl, setReferenceDatabase, setReferenceSnapshotControl, setSnapshotListener, setSnapshotTypes, setSnapshotTypes, setTargetDatabase, setTargetSnapshotControl, validateexecutepublic String getName()
getName in interface LiquibaseCommandgetName in class DiffToChangeLogCommandpublic String getAuthor()
public GenerateChangeLogCommand setAuthor(String author)
public String getContext()
public GenerateChangeLogCommand setContext(String context)
protected Object run() throws Exception
run in class DiffToChangeLogCommandExceptionprotected DatabaseSnapshot createTargetSnapshot() throws DatabaseException, InvalidExampleException
createTargetSnapshot in class DiffCommandDatabaseExceptionInvalidExampleExceptionCopyright © 2018 Liquibase.org. All rights reserved.